From 24bd346ee552375451fe6beb77975a5b37ad9190 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 29 May 2009 10:17:21 +0000 Subject: [PATCH] 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 --- ChangeLog | 13 +++++++++++++ Documentation/GNUmakefile | 14 +++++++------- Examples/GNUmakefile | 14 +++++++------- GNUmakefile | 14 +++++++------- NSCharacterSets/GNUmakefile | 14 +++++++------- NSTimeZones/GNUmakefile | 14 +++++++------- Resources/GNUmakefile | 14 +++++++------- SSL/GNUmakefile | 14 +++++++------- Source/GNUmakefile | 14 +++++++------- Tools/GNUmakefile | 14 +++++++------- 10 files changed, 76 insertions(+), 63 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ac6c5fee..46f4f2121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-05-29 Nicola Pero + + * 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 * Source/NSRunLoop.m: Updates to match latest MacOS-X behavior. diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 5e7fb1e80..bbbe3b4d2 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -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 diff --git a/Examples/GNUmakefile b/Examples/GNUmakefile index 97ea085d5..a6adaf370 100644 --- a/Examples/GNUmakefile +++ b/Examples/GNUmakefile @@ -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 diff --git a/GNUmakefile b/GNUmakefile index 59f4f35da..a5bafd1b3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 diff --git a/NSCharacterSets/GNUmakefile b/NSCharacterSets/GNUmakefile index 50c8be92a..f392c2f11 100644 --- a/NSCharacterSets/GNUmakefile +++ b/NSCharacterSets/GNUmakefile @@ -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 diff --git a/NSTimeZones/GNUmakefile b/NSTimeZones/GNUmakefile index 4251c58d3..b9f69a522 100644 --- a/NSTimeZones/GNUmakefile +++ b/NSTimeZones/GNUmakefile @@ -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 diff --git a/Resources/GNUmakefile b/Resources/GNUmakefile index b4daa420e..5681cd673 100644 --- a/Resources/GNUmakefile +++ b/Resources/GNUmakefile @@ -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 diff --git a/SSL/GNUmakefile b/SSL/GNUmakefile index 7cc015f8c..f4595a336 100644 --- a/SSL/GNUmakefile +++ b/SSL/GNUmakefile @@ -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 diff --git a/Source/GNUmakefile b/Source/GNUmakefile index b2a3ed1c1..be648dc77 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -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 diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index cd1b42803..4ba44fc45 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -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