Find out the absolute path to top_builddir before we might starting to

recurse down into the subtrees.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21371 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-27 12:32:56 +00:00
parent 1fdb39f2d3
commit 712ad56285

View File

@@ -239,7 +239,8 @@ endif
#
check-valgrind:
env TESTS_ENVIRONMENT="$(top_builddir)/libtool --mode execute valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check
topdir=`cd $(top_builddir) && pwd` ; \
env TESTS_ENVIRONMENT="${topdir}/libtool --mode execute valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check
#
# Target to please samba build farm, builds distfiles in-tree.