gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnustep-make experiment


From: Nicola Pero
Subject: Re: gnustep-make experiment
Date: Sun, 11 Feb 2007 13:47:50 +0100 (CET)

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]