From 7cdec92f5070d8d98a7b8da7c47264b74bce798e Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 13 Oct 2009 03:58:11 +0000 Subject: 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 --- GSL.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3