]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Allow parallel building
authorAron Xu <aron@debian.org>
Sat, 17 Sep 2016 17:19:45 +0000 (01:19 +0800)
committerAron Xu <aron@debian.org>
Sat, 17 Sep 2016 17:19:45 +0000 (01:19 +0800)
debian/rules

index 81c0e43b3123fc1db626583852509caac1b51875..8b693a82a9689fce91a90ecdedd6bb785c8076eb 100755 (executable)
@@ -20,7 +20,7 @@ PACKAGE=spl
 pmodules = $(PACKAGE)-modules-$(non_epoch_version)
 
 %:
-       dh $@ --with dkms
+       dh $@ --with dkms --parallel
 
 override_dh_auto_configure:
        @cp debian/control.in debian/control