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

Side by Side Diff: deps/third_party/valgrind/scripts/build-valgrind-for-chromium.sh

Issue 550036: svn copy tools/valgrind/{*.patch,build-*.sh} deps/third_party/valgrind/script... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: '' Created 10 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | deps/third_party/valgrind/scripts/fork.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/tools/valgrind/build-valgrind-for-chromium.sh:r69-2775
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # Script to build valgrind for use with chromium 7 # Script to build valgrind for use with chromium
8 # 8 #
9 # Can also be used to just prepare patched source tarball with MAKE_TARBALL=yes 9 # Can also be used to just prepare patched source tarball with MAKE_TARBALL=yes
10 # or to just build from a patched source tarball with USE_TARBALL=yes. 10 # or to just build from a patched source tarball with USE_TARBALL=yes.
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 # Don't use sudo if we own the destination 202 # Don't use sudo if we own the destination
203 if test -w "${parent_of_prefix}" 203 if test -w "${parent_of_prefix}"
204 then 204 then
205 make install 205 make install
206 else 206 else
207 sudo make install 207 sudo make install
208 fi 208 fi
209 209
210 cd .. 210 cd ..
211 fi 211 fi
OLDNEW
« no previous file with comments | « no previous file | deps/third_party/valgrind/scripts/fork.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698