Added a comment reminding to myself of the config problems to fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23441 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-09-09 12:46:36 +00:00
parent 50bfa01e04
commit 997f53e991

View file

@ -26,6 +26,28 @@ COMMON_MAKE_LOADED = yes
SHELL = /bin/sh
###
### FIXME - this is broken, just a reminder for me (Nicola)
###
### We want everything to work when you have just set
### GNUSTEP_CONFIG_FILE and GNUSTEP_MAKEFILES ... or even
### better, just GNUSTEP_MAKEFILES :-)
###
### So we need to read the GNUSTEP_CONFIG_FILE first to
### get all the other information.
### Before reading GNUSTEP_CONFIG_FILE, we can't know
### if this needs to be flattened or not, or what
### the target/host is!
###
### Unfortunately, if GNUSTEP_CONFIG_FILE is read by
### config.make, we are in trouble, because config.make
### is itself in a directory keyed by GNUSTEP_TARGET_LDIR,
### and we don't know the value of GNUSTEP_TARGET_LDIR
### until we read GNUSTEP_CONFIG_FILE!
###
### Hmmm.
###
#
# Determine the compilation host and target
#