From: Rhys Kidd Date: Fri, 3 Jul 2020 00:29:42 +0000 (+1000) Subject: Small fixes for new auxchecks target that runs GNU Scientific Library tests X-Git-Tag: VALGRIND_3_17_0~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efbc655366e36cf6a747341cdec85e52cac83be4;p=thirdparty%2Fvalgrind.git Small fixes for new auxchecks target that runs GNU Scientific Library tests Fixes: - Ensure proper slash is present in default folder path: auxprogs/auxchecks. - Ensure intermediate build artifacts aren't accidentally committed to git. Fixes: 5efd866df ("Add new auxchecks target that runs GNU Scientific Library tests.") --- diff --git a/.gitignore b/.gitignore index 58d88f38a2..1080728e69 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,9 @@ /auxprogs/valgrind-di-server /auxprogs/valgrind-listener +# /auxprogs/auxchecks/ +/auxprogs/auxchecks/* + # /cachegrind/ /cachegrind/*.so /cachegrind/.deps diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am index 83c887217b..c05f82825e 100644 --- a/auxprogs/Makefile.am +++ b/auxprogs/Makefile.am @@ -127,7 +127,7 @@ auxclean: gsl-clean # You can override AUX_CHECK_DIR to use a previous download/build. # Must be an absolute path. # e.g. make auxchecks AUX_CHECK_DIR=$HOME/valgrind-auxtests -AUX_CHECK_DIR=$(abs_builddir)auxchecks +AUX_CHECK_DIR=$(abs_builddir)/auxchecks # GNU Scientific Library 1.6 GSL_DIR_NAME=gsl-1.6