2009-08-18 21:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/global.mk
* use $(error ...) instead of echo to inform about wrong GNU make
version - it works for any targets i.e. clean
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-18 21:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/config/global.mk
|
||||
* use $(error ...) instead of echo to inform about wrong GNU make
|
||||
version - it works for any targets i.e. clean
|
||||
|
||||
2009-08-18 21:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
+ harbour/config/dj-echo.exe
|
||||
+ added DJGPP echo.exe
|
||||
|
||||
@@ -39,7 +39,7 @@ ok := $(filter $(need),$(firstword $(sort $(MAKE_VERSION) $(need))))
|
||||
|
||||
ifeq ($(ok),)
|
||||
|
||||
all: ; @$(ECHO) "! Error: GNU Make version $(MAKE_VERSION) found, $(need) or upper needed for Harbour"
|
||||
$(error ! Error: GNU Make version $(MAKE_VERSION) found, $(need) or upper needed for Harbour)
|
||||
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user