mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add some info output
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b9779240f
commit
a12d7ae190
10 changed files with 95 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2009-03-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* NSCharacterSets/GNUmakefile:
|
||||
* Source/GNUmakefile:
|
||||
* SSL/GNUmakefile:
|
||||
* Documentation/GNUmakefile:
|
||||
* Resources/GNUmakefile:
|
||||
* Examples/GNUmakefile:
|
||||
* NSTimeZones/GNUmakefile:
|
||||
* GNUmakefile:
|
||||
* Tools/GNUmakefile:
|
||||
Add help info for the case when gnustep-config can't tell us the
|
||||
location of the makefiles.
|
||||
|
||||
2009-05-03 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/NSURLProtocol.m: Removed c99-ism
|
||||
|
|
|
@ -23,6 +23,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -23,6 +23,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -23,6 +23,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -24,6 +24,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
|
@ -23,6 +23,15 @@
|
|||
|
||||
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 )
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
|
|
Loading…
Reference in a new issue