aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-10-13 03:58:11 +0000
committerschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-10-13 03:58:11 +0000
commit7cdec92f5070d8d98a7b8da7c47264b74bce798e (patch)
tree5df4aec5de113eb9f6f05252872a32566d1a2975
parentb898a4e8e9d4816362505cc2f674f142404669d3 (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/GSL/trunk@3 9e23cc15-e5c8-4d65-9080-beda90ea645b
-rw-r--r--GSL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/GSL.sh b/GSL.sh
index 9bdbfad..56a217e 100644
--- a/GSL.sh
+++ b/GSL.sh
@@ -16,6 +16,7 @@ GSL_DIR=${INSTALL_DIR}/${NAME}
# Clean up environment
unset LIBS
+unset MAKEFLAGS