From: Nicholas Nethercote Date: Mon, 19 Feb 2007 04:16:09 +0000 (+0000) Subject: comment X-Git-Tag: svn/VALGRIND_3_3_0~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e856b6e343e54ce30a4acd4d6c1f55f50e19d9;p=thirdparty%2Fvalgrind.git comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6604 --- diff --git a/vg-in-place b/vg-in-place index b37811995f..c13ed93050 100755 --- a/vg-in-place +++ b/vg-in-place @@ -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 "$@"