Added comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21801 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2005-10-12 16:46:34 +00:00
parent 5204f11a1a
commit f7c4c012bb
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#
# Set the GNUstep system root and local root
#
## FIXME - those should be taken from GNUstep.conf
setenv GNUSTEP_ROOT "@GNUSTEP_ROOT@"
setenv GNUSTEP_SYSTEM_ROOT "@prefix@"
setenv GNUSTEP_FLATTENED "@GNUSTEP_FLATTENED@"

View file

@ -71,6 +71,11 @@ fi
#
# Set the GNUstep system root and local root
#
#
# FIXME - Paths should not be hardcoded in here. We need to include GNUstep.conf
# instead where the paths are configured!
#
GNUSTEP_ROOT=@GNUSTEP_ROOT@
GNUSTEP_SYSTEM_ROOT=@prefix@
GNUSTEP_FLATTENED=@GNUSTEP_FLATTENED@