UBUNTU: [Config] Improve install-arch-headers speed
authorTim Gardner <tim.gardner@canonical.com>
Mon, 22 Aug 2011 17:41:40 +0000 (11:41 -0600)
committerHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Tue, 27 Sep 2011 19:13:52 +0000 (16:13 -0300)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

debian/rules.d/2-binary-arch.mk

index 62550cd..fabeb9e 100644 (file)
@@ -236,7 +236,7 @@ install-arch-headers:
          -e 's/.*CONFIG_LOCALVERSION_AUTO.*/# CONFIG_LOCALVERSION_AUTO is not set/' \
          $(headers_tmp)/.config.old > $(headers_tmp)/.config
        $(hmake) silentoldconfig
-       $(hmake) headers_install
+       $(hmake) $(conc_level) headers_install
 
        ( cd $(headers_tmp)/install/include/ && \
                find . -name '.' -o -name '.*' -prune -o -print | \