From f9e2023be16fcb077c973ab731bf6c4926b68e9f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 2 Apr 2001 15:33:39 -0500 Subject: [svn-r3750] Purpose: Update Description: Generated for new testpar/Makefile fix. --- configure | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f6787d6..4697704 100755 --- a/configure +++ b/configure @@ -9755,6 +9755,12 @@ touch ./config/stamp1 saved_no_create=$no_create no_create=yes +PARALLEL_MAKE= + +if test -n "$TESTPARALLEL"; then + PARALLEL_MAKE="$TESTPARALLEL/Makefile" +fi + EXTRA_H4_MAKEFILES= if test -n "$H4TOH5"; then @@ -9878,7 +9884,7 @@ trap 'rm -fr `echo "src/libhdf5.settings src/Makefile pablo/Makefile test/Makefile - testpar/Makefile + $PARALLEL_MAKE tools/Makefile tools/h5dump/Makefile tools/h5ls/Makefile @@ -10043,7 +10049,7 @@ CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings src/Makefile pablo/Makefile test/Makefile - testpar/Makefile + $PARALLEL_MAKE tools/Makefile tools/h5dump/Makefile tools/h5ls/Makefile -- cgit v0.12