aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@fb53df36-e548-4a1e-8150-ab98cbd5e786>2009-10-13 03:58:11 +0000
committerschnetter <schnetter@fb53df36-e548-4a1e-8150-ab98cbd5e786>2009-10-13 03:58:11 +0000
commite1b03eca6f78694a9d0bea8fa4bd1d8a13391acc (patch)
treed3435b689edb4661e175fec3ad8d5b71cc5594af
parent28f6c3f2c12d3229e83eb6620a2f5bc6cfd7a15f (diff)
Unset MAKEFLAGS environment variable in the configuration scripts
which later call make. This prevents the Cactus configuration options being passed on into the make system of the packages that are configured. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@3 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--HDF5.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/HDF5.sh b/HDF5.sh
index 1f0f1f4..c26367b 100644
--- a/HDF5.sh
+++ b/HDF5.sh
@@ -16,6 +16,7 @@ HDF5_DIR=${INSTALL_DIR}/${NAME}
# Clean up environment
unset LIBS
+unset MAKEFLAGS