aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2010-08-17 20:12:18 +0000
committerknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2010-08-17 20:12:18 +0000
commit0d06e5a7e47f0cc59024a9462dfae562f338ffef (patch)
treea0ceb976f7306eb244ba3cd4f1b91905e85f0d49
parent6ee3ec33886ccee6363e0fc635a3180a3c3288ea (diff)
don't unset MAKEFLAGS to enable parallel builds
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@16 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--HDF5.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/HDF5.sh b/HDF5.sh
index 47bc409..89d6c84 100644
--- a/HDF5.sh
+++ b/HDF5.sh
@@ -60,7 +60,6 @@ if [ -z "${HDF5_DIR}" -o "${HDF5_DIR}" = 'BUILD' ]; then
# Set up environment
unset LIBS
- unset MAKEFLAGS
if echo '' ${ARFLAGS} | grep 64 > /dev/null 2>&1; then
export OBJECT_MODE=64
fi