mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
6c51a868dd
commit
e362ab539f
3 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue