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

Unified Diff: scripts/common.sh

Issue 2822040: Scripts for building Memcheck for OS X Snow Leopard after the merge of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: '' Created 10 years, 5 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 53623)
+++ scripts/common.sh (working copy)
@@ -24,14 +24,8 @@
VG_REV="$1"
VEX_REV="$2"
SOURCE_DIR="$3"
+ SVN_URI="svn://svn.valgrind.org/valgrind/trunk"
- if system_is_snow_leopard
- then
- SVN_URI="svn://svn.valgrind.org/valgrind/branches/MACOSX106"
- else
- SVN_URI="svn://svn.valgrind.org/valgrind/trunk"
- fi
-
test -d "$SOURCE_DIR" && rm -rf "$SOURCE_DIR"
mkdir "$SOURCE_DIR"
« 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