src/utils/qa/weeklybld/buildUtils.csh 1.17

1.17 2010/03/03 00:58:05 galt
trying to get it to run faster
Index: src/utils/qa/weeklybld/buildUtils.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildUtils.csh,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/utils/qa/weeklybld/buildUtils.csh	8 Jul 2009 18:29:47 -0000	1.16
+++ src/utils/qa/weeklybld/buildUtils.csh	3 Mar 2010 00:58:05 -0000	1.17
@@ -50,9 +50,9 @@
 echo
 echo "Building src utils. on $HOST [${0}: `date`]"
 cd $base/kent/src
 echo "Before make utils on $HOST [${0}: `date`]"
-make $MAKEPARAMS utils >& make.utils.log
+make -j 8 $MAKEPARAMS utils >& make.utils.log
 echo "After make utils on $HOST [${0}: `date`]"
 make $MAKEPARAMS blatSuite >>& make.utils.log
 echo "After make blatSuite on $HOST [${0}: `date`]"
 sed -i -e "s/-DJK_WARN//g" make.utils.log