UBUNTU: [Config] Improve install-arch-headers speed
authorTim Gardner <tim.gardner@canonical.com>
Mon, 22 Aug 2011 17:41:40 +0000 (11:41 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:10:42 +0000 (13:10 -0700)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

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

index 29bb002..379c626 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 | \