From: Julian Seward Date: Thu, 28 Jun 2012 09:12:58 +0000 (+0000) Subject: Use multiple processors to build these tests. X-Git-Tag: svn/VALGRIND_3_8_0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19940978a42b2ed72f86370262158da7bc58b7b8;p=thirdparty%2Fvalgrind.git Use multiple processors to build these tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12679 --- diff --git a/auxprogs/gsl16test b/auxprogs/gsl16test index 1eff9b829e..bd127d76ea 100755 --- a/auxprogs/gsl16test +++ b/auxprogs/gsl16test @@ -92,7 +92,7 @@ runcmd "Configuring " \ "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \ \ runcmd "Building " \ - "(cd gsl-1.6-patched && make && make -k check)" + "(cd gsl-1.6-patched && make -j4 && make -k check)" echo -n " Collecting reference results " rm -f out-REF