From: Tim Gardner Date: Tue, 23 Aug 2011 03:16:19 +0000 (-0600) Subject: UBUNTU: [Config] kernel preparation cannot be parallelized X-Git-Url: http://git.alex.org.uk 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 --- 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