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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user