Export GNUSTEP_MAKEFILES to reduce overhead of dynamically computing GNUSTEP_MAKEFILES using gnustep-config

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24508 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-12 17:23:10 +00:00
parent c55b378eb2
commit c7411ec296
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* common.make: Export GNUSTEP_MAKEFILES so that if it
is computed by the user GNUmakefile, the computation
is done only once at top-level.
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.in (distclean): Remove gnustep-config.

View file

@ -26,6 +26,12 @@ COMMON_MAKE_LOADED = yes
SHELL = /bin/sh
# We have been located by using GNUSTEP_MAKEFILES. This variable
# might actually have been computed using an external shell script (to
# make it more portable), so we want to export it to avoid
# sub-GNUmakefiles from having to recompute it!
export GNUSTEP_MAKEFILES
#
# Get the global config information. This includes
# GNUSTEP_SYSTEM_ROOT, GNUSTEP_MAKE_VERSION, GNUSTEP_IS_FLATTENED,