From e1b03eca6f78694a9d0bea8fa4bd1d8a13391acc 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/HDF5/trunk@3 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- HDF5.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3