| Index: scripts/common.sh
|
| ===================================================================
|
| --- scripts/common.sh (revision 107727)
|
| +++ scripts/common.sh (working copy)
|
| @@ -57,7 +57,7 @@
|
| fi
|
|
|
| ./configure $CONFIGURE_FLAGS --prefix="${OUTPUT_DIR}"
|
| - make -j4
|
| + make -j8
|
|
|
| # Test if Valgrind binary works on a simple program {{{2
|
| cat > simpletest.c <<EOF
|
| @@ -84,7 +84,7 @@
|
| test -d "${OVERRIDE_LD_DIR}" && rm -rf "${OVERRIDE_LD_DIR}"
|
|
|
| # Finally install valgrind to $OUTPUT_DIR.
|
| - make install
|
| + make -j8 install
|
|
|
| if [ "$CONFIGURE_FLAGS" == "" ] ; then
|
| rm -rf "$BINARIES_DIR/local"
|
|
|