mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
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:
parent
5204f11a1a
commit
f7c4c012bb
2 changed files with 6 additions and 0 deletions
|
@ -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@"
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue