From 3a01f98ede89d2d0791393c43625e824f03c3065 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 19 Jan 2009 00:47:42 +0000 Subject: build-increase-parallel.patch Signed-off-by: Andy Green --- build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index db7a350b366..8f0b500d0a7 100755 --- a/build +++ b/build @@ -14,6 +14,8 @@ # this radically speeds up swapping between build contexts. Note the config # for each build lives in the subdir. +PARALLEL=16 + if [ -z "$1" ] ; then echo "Specify the build subdir, eg, GTA02 which contains the .config" echo "and will hold the object files" @@ -75,7 +77,7 @@ echo $MKIMAGECMD # actually make it # -if make -j5 O=$1 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION; then +if make -j$PARALLEL O=$1 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION; then # # if the build is happy, postprocess it by strip and with U-Boot header wrapper -- cgit v1.2.3