summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-02 20:33:39 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-02 20:33:39 (GMT)
commitf9e2023be16fcb077c973ab731bf6c4926b68e9f (patch)
treed35918a31ae1ae61c9eb47fdac23ace93e29b42d /configure
parente611830fe102b855c6429e17567d023f4ec64c5f (diff)
downloadhdf5-f9e2023be16fcb077c973ab731bf6c4926b68e9f.zip
hdf5-f9e2023be16fcb077c973ab731bf6c4926b68e9f.tar.gz
hdf5-f9e2023be16fcb077c973ab731bf6c4926b68e9f.tar.bz2
[svn-r3750] Purpose:
Update Description: Generated for new testpar/Makefile fix.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files 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