diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-02 20:33:39 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-02 20:33:39 (GMT) |
commit | f9e2023be16fcb077c973ab731bf6c4926b68e9f (patch) | |
tree | d35918a31ae1ae61c9eb47fdac23ace93e29b42d /configure | |
parent | e611830fe102b855c6429e17567d023f4ec64c5f (diff) | |
download | hdf5-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-x | configure | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |