[Pkg-libvirt-commits] [libvirt] 02/02: Enable parallel build support
Guido Guenther
agx at moszumanska.debian.org
Sun Jan 5 17:00:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch master
in repository libvirt.
commit 20d912918d487a9c75bbd6c7e306340a6a0258d4
Author: Guido Günther <agx at sigxcpu.org>
Date: Sun Jan 5 15:02:00 2014 +0100
Enable parallel build support
Thanks: Felix Geyer for pointing this out
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5b76cc7..039d35a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,7 +111,7 @@ LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate
EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
%:
- dh $@ --builddirectory=$(DEB_BUILDDIR)
+ dh $@ --builddirectory=$(DEB_BUILDDIR) --parallel
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list