[pve-devel] [PATCH qemu] build qemu multithreaded

Dominik Csapak d.csapak at proxmox.com
Mon Mar 18 11:56:23 CET 2019


same as in pve-kernel where we have --jobs=auto

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9e13081..b73514a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ $(DEB): keycodemapdb | submodule
 	echo "git clone git://git.proxmox.com/git/pve-qemu.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE
 	# set package version
 	sed -i 's/^pkgversion="".*/pkgversion="${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}"/' $(BUILDSRC)/configure
-	cd $(BUILDSRC); dpkg-buildpackage -b -rfakeroot -us -uc
+	cd $(BUILDSRC); dpkg-buildpackage -b -rfakeroot -us -uc -j
 	lintian $(DEBS) || true
 
 .PHONY: update
-- 
2.11.0





More information about the pve-devel mailing list