From fe4871e449c02968a47ccae4d96c3e5531a388ff Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Mon, 22 Aug 2011 11:41:40 -0600 Subject: [PATCH] UBUNTU: [Config] Improve install-arch-headers speed Signed-off-by: Tim Gardner --- debian/rules.d/2-binary-arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- 1.7.10.4