From: Heiko Z. <smi...@us...> - 2011-12-22 01:48:06
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv9688 Modified Files: build-iso Log Message: make sure we use the higher number for parallelism Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- build-iso 3 Sep 2011 14:19:40 -0000 1.90 +++ build-iso 22 Dec 2011 01:48:04 -0000 1.91 @@ -19,6 +19,10 @@ source settings source functions +# make sure we use the greater of the 2 +if [ $CONFIG_PARALLEL_JOBS -lt $CONFIG_PMAKE ]; then + CONFIG_PARALLEL_JOBS=$CONFIG_PMAKE +fi case $1 in iso ) |