]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment
authorNicholas Nethercote <njn@valgrind.org>
Mon, 19 Feb 2007 04:16:09 +0000 (04:16 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 19 Feb 2007 04:16:09 +0000 (04:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6604

vg-in-place

index b37811995fedf780bea45e9b6d093d09f0d5bbd4..c13ed9305017da2b688e1a125a67ef2794fd50e7 100755 (executable)
@@ -1,6 +1,8 @@
 # This ensures it works when invoked from any directory.
 d=`dirname $0`
 
+# We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
+# 'inner' builds.
 VALGRIND_LIB=$d/.in_place \
     VALGRIND_LIB_INNER=$d/.in_place \
     $d/coregrind/valgrind "$@"