Very minor portability tweak for GNUmakefiles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2009-05-29 10:17:21 +00:00
parent f303b107fc
commit 0161f1793f
10 changed files with 76 additions and 63 deletions

View file

@ -1,3 +1,16 @@
2009-05-29 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile: Use $(warning ...) instead of $(info ...) since
$(info ...) exists only in GNU make >= 3.81.
* NSCharacterSets/GNUmakefile: Same change.
* Source/GNUmakefile: Same change.
* SSL/GNUmakefile: Same change.
* Documentation/GNUmakefile: Same change.
* Resources/GNUmakefile: Same change.
* NSTimeZones/GNUmakefile: Same change.
* Examples/GNUmakefile: Same change.
* Tools/GNUmakefile: Same change.
2009-05-27 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSRunLoop.m: Updates to match latest MacOS-X behavior.

View file

@ -24,13 +24,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -26,13 +26,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -26,13 +26,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -24,13 +24,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -24,13 +24,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -25,13 +25,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -26,13 +26,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -26,13 +26,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif

View file

@ -24,13 +24,13 @@
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
ifeq ($(GNUSTEP_MAKEFILES),)
$(info )
$(info Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(info Perhaps gnustep-make is not properly installed,)
$(info so gnustep-config is not in your PATH.)
$(info )
$(info Your PATH is currently $(PATH))
$(info )
$(warning )
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
$(warning Perhaps gnustep-make is not properly installed,)
$(warning so gnustep-config is not in your PATH.)
$(warning )
$(warning Your PATH is currently $(PATH))
$(warning )
endif
endif