aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2011-08-22 11:41:40 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 08:57:00 -0600
commit7833d6ae1592bac6ad91d16e3de643f626a51336 (patch)
tree609104d3bb0e7f420b5f3cf81c745a96f07e0111 /debian
parent49b890d7e94a6cb3ce2db34b00b78a71e8137845 (diff)
UBUNTU: [Config] Improve install-arch-headers speed
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/rules.d/2-binary-arch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk
index 29bb002c4d7..379c6261956 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 | \