From 336dbd94e008d7650fd22f6d5b8307cf921b8fdc Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Mon, 22 Aug 2011 21:16:19 -0600 Subject: [PATCH] UBUNTU: [Config] kernel preparation cannot be parallelized Regardless of the concurrency setting, kernel preparation targets cannot be made in parallel. 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 876a980..62ec980 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -23,7 +23,7 @@ $(stampdir)/stamp-prepare-tree-%: $(commonconfdir)/config.common.$(family) $(arc rsync -a --exclude debian --exclude debian.master --exclude $(DEBIAN) * $(builddir)/build-$* cat $^ | sed -e 's/.*CONFIG_VERSION_SIGNATURE.*/CONFIG_VERSION_SIGNATURE="Ubuntu $(release)-$(revision)-$* $(release)$(extraversion)"/' > $(builddir)/build-$*/.config find $(builddir)/build-$* -name "*.ko" | xargs rm -f - $(build_cd) $(kmake) $(build_O) silentoldconfig prepare scripts + $(build_cd) $(kmake) $(build_O) -j1 silentoldconfig prepare scripts touch $@ # Do the actual build, including image and modules -- 1.7.10.4