mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
f303b107fc
commit
0161f1793f
10 changed files with 76 additions and 63 deletions
13
ChangeLog
13
ChangeLog
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
14
GNUmakefile
14
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue