Put GNUSTEP_MAKEFILES in the environment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-08-01 13:32:58 +00:00
parent 6c51a868dd
commit e362ab539f
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
1999-08-01 Richard Frith-Macdonald <richard@brainstorm.co.uk>
Fix suggested by beppu@rigel.oac.uci.edu
* GNUstep.sh.in: Put GNUSTEP_MAKEFILES in the environment.
* GNUstep.csh.in: Likewise
1999-07-29 Adam Fedor <fedor@gnu.org>
* config.guess: Updated from latest version + fix for Netwinder.

View file

@ -33,9 +33,9 @@ setenv GNUSTEP_LOCAL_ROOT @prefix@/Local
setenv GNUSTEP_USER_ROOT ~/GNUstep
if ( ! ${?GNUSTEP_BUILD_ROOT} ) then
set GNUSTEP_MAKEFILES=${GNUSTEP_SYSTEM_ROOT}/Makefiles
setenv GNUSTEP_MAKEFILES=${GNUSTEP_SYSTEM_ROOT}/Makefiles
else
set GNUSTEP_MAKEFILES=${GNUSTEP_BUILD_ROOT}/Makefiles
setenv GNUSTEP_MAKEFILES=${GNUSTEP_BUILD_ROOT}/Makefiles
endif
#

View file

@ -39,6 +39,7 @@ if [ -z "$GNUSTEP_BUILD_ROOT" ]; then
else
GNUSTEP_MAKEFILES=$GNUSTEP_BUILD_ROOT/Makefiles
fi
export GNUSTEP_MAKEFILES
#
# Determine the host information