mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
c93e4be8fb
commit
9d4757988c
10 changed files with 95 additions and 0 deletions
|
@ -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),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue