|
From: <sv...@va...> - 2007-02-19 04:16:12
|
Author: njn
Date: 2007-02-19 04:16:09 +0000 (Mon, 19 Feb 2007)
New Revision: 6604
Log:
comment
Modified:
trunk/vg-in-place
Modified: trunk/vg-in-place
===================================================================
--- trunk/vg-in-place 2007-02-19 04:09:24 UTC (rev 6603)
+++ trunk/vg-in-place 2007-02-19 04:16:09 UTC (rev 6604)
@@ -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 "$@"
|