[pve-devel] applied: [PATCH qemu] build qemu multithreaded
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 19 10:49:17 CET 2019
On 3/18/19 11:56 AM, Dominik Csapak wrote:
> 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
>
applied
More information about the pve-devel
mailing list