From: Tim Gardner Date: Mon, 22 Aug 2011 17:41:40 +0000 (-0600) Subject: UBUNTU: [Config] Improve install-arch-headers speed X-Git-Url: http://git.alex.org.uk UBUNTU: [Config] Improve install-arch-headers speed Signed-off-by: Tim Gardner --- diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 62550cd..fabeb9e 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -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 | \