valgrind: print absolute path

Relative paths in makefiles have different anchor than the current shell
directory.
This commit is contained in:
Pavel Šimerda 2013-07-30 11:34:26 +02:00
parent 9fea2430bd
commit 439473e9a4

View file

@ -20,7 +20,7 @@ $LIBTOOL --mode=execute "$VALGRIND" \
RESULT=$?
if [ $RESULT -ne 0 ]; then
echo "Don't forget to check the valgrind log at '$LOGFILE'." >&2
echo "Don't forget to check the valgrind log at '`realpath $LOGFILE`'." >&2
fi
exit $RESULT