Do not try including GNUmakefile.local - completely obsolete

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29555 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2010-02-11 18:05:16 +00:00
parent 5f32b1f53d
commit f176423554
6 changed files with 8 additions and 11 deletions

View file

@ -4,7 +4,14 @@
two libraries that are built on top of it. This will prevent
problems when libraries from the same GNUmakefile are built in
parallel.
(GNUmakefile.local): Do not try including this non-existing file.
* Source/GNUmakefile (GNUmakefile.local): Do not try including
this non-existing file.
* Examples/GNUmakefile: Same change.
* NSTimeZones/GNUmakefile: Same change.
* Resources/GNUmakefile: Same change.
* SSL/GNUmakefile: Same change.
* Tools/GNUmakefile: Same change.
2010-02-11 07:37-EST Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -61,8 +61,6 @@ nsconnection_server_OBJC_FILES = nsconnection_server.m
include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/test-tool.make
include Makefile.postamble

View file

@ -56,8 +56,6 @@ NSTimeZones.tar
-include Makefile.preamble
-include GNUmakefile.local
# We don't actually build anything in this directory so
# just include the common makefile rules
include $(GNUSTEP_MAKEFILES)/rules.make

View file

@ -75,8 +75,6 @@ Languages/Korean
LANGUAGE_INSTALL_FILES = $(LANGUAGE_FILES) Languages/Locale.aliases \
Languages/Locale.encodings
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/resource-set.make
-include GNUmakefile.postamble

View file

@ -83,8 +83,6 @@ endif
-include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include Makefile.postamble

View file

@ -113,8 +113,6 @@ AUTOGSDOC=./$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc
include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/tool.make
include $(GNUSTEP_MAKEFILES)/ctool.make
include $(GNUSTEP_MAKEFILES)/aggregate.make