Removed warning for API that was removed 4 years ago

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23559 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-09-19 01:11:49 +00:00
parent 203e37d98b
commit 6af137d65b
2 changed files with 5 additions and 12 deletions

View file

@ -1,3 +1,8 @@
2006-09-19 Nicola Pero <nicola.pero@meta-innovation.com>
* Instance/framework.make: Removed warnings for
CURRENT_VERSION_NAME and xxx_TOOLS that were removed 4 years ago.
2006-09-19 Nicola Pero <nicola.pero@meta-innovation.com>
* Master/rules.make (INTERNAL_$${type}_NAME, TARGET): Variables

View file

@ -75,11 +75,6 @@ endif
# might be installed at the same time :-).
#
# Warn about obsolete syntax
ifneq ($(CURRENT_VERSION_NAME),)
$(warning CURRENT_VERSION_NAME is deprecated because it doesnt allow multiple frameworks with different versions to be built from warning the same GNUmakefile! Please replace it with XXX_CURRENT_VERSION_NAME)
endif
# Warning - the following variable is also used in Master/rules.make
# to build the OWNING_PROJECT_HEADER_DIR for the framework's
# subprojects. Make sure you keep them in sync if you change them.
@ -289,13 +284,6 @@ ifeq ($(FRAMEWORK_INSTALL_DIR),)
FRAMEWORK_INSTALL_DIR = $(GNUSTEP_FRAMEWORKS)
endif
#
# Emit a warning for old deprecated functionality
#
ifneq ($($(GNUSTEP_INSTANCE)_TOOLS),)
$(warning "Support for xxx_TOOLS has been removed from gnustep-make! Please rewrite your makefile code by compiling the tools separately, then add a xxx_COPY_INTO_DIR command for each of them to copy them into the framework. Ask for help on gnustep mailing lists if you're confused.")
endif
#
# Now prepare the variables which are used by target-dependent commands
# defined in target.make