Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Unified Diff: scripts/common.sh

Issue 8414023: Update Valgrind (-variant) to r118 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/build-memcheck-for-chromium.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « scripts/build-memcheck-for-chromium.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698