> so can we change everything to
> 
> GNUSTEP_MAKEFILES ?= $(shell gnustep-config.sh GNUSTEP_MAKEFILES)
> include $(GNUSTEP_MAKEFILES)/common.make

I think it's a good suggestion, even if I'd change it (slightly) to be

ifeq ($(GNUSTEP_MAKEFILES),)
 GNUSTEP_MAKEFILES := $(shell gnustep-config.sh GNUSTEP_MAKEFILES)
endif
include $(GNUSTEP_MAKEFILES)/common.make
...

At the moment, this does look like the best suggestion to avoid setting
GNUSTEP_MAKEFILES before compiling. :-)

Probably a good idea to be careful here and wait a week or two to make
sure nobody comes up with a good objection / better solution, else, yes, 
I'd say we can make it an official recommendation and start to update 
all makefiles. ;-)

Thanks



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to