changeset 3072:32191c9fe2cd

makefiles: Always use ECHO macro define
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 22 Feb 2015 14:36:52 +0100
parents 57f06ca40404
children cf06f1860f9f
files 3rdparty/packages/pacos9/makefile 3rdparty/utils/boisy/makefile 3rdparty/utils/dasm/makefile 3rdparty/utils/dladd/makefile 3rdparty/utils/gene/makefile 3rdparty/utils/smartwatch/makefile 3rdparty/utils/supercomm/makefile 3rdparty/utils/tlindner/makefile 3rdparty/utils/winfo/makefile level1/atari/makefile level1/coco1/makefile makefile
diffstat 12 files changed, 31 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/pacos9/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/packages/pacos9/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -29,5 +29,5 @@
 	$(RM) $(OBJS) $(TARGET)
 
 info:
-	@echo "*** Larry Olson's Pacos9 game ***"
-	@echo $(DSK)
+	@$(ECHO) "*** Larry Olson's Pacos9 game ***"
+	@$(ECHO) $(DSK)
--- a/3rdparty/utils/boisy/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/boisy/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -42,6 +42,6 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** Boisy Pitre's Utilities ***"
+	@$(ECHO) "*** Boisy Pitre's Utilities ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
--- a/3rdparty/utils/dasm/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/dasm/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -38,7 +38,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** Collyer Disassembler ***"
+	@$(ECHO) "*** Collyer Disassembler ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/3rdparty/utils/dladd/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/dladd/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -38,7 +38,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** David Ladd's Utilities ***"
+	@$(ECHO) "*** David Ladd's Utilities ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/3rdparty/utils/gene/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/gene/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -42,6 +42,6 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** Gene Heskett's Utilities ***"
+	@$(ECHO) "*** Gene Heskett's Utilities ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
--- a/3rdparty/utils/smartwatch/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/smartwatch/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -38,7 +38,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** SmartWatch Utilities ***"
+	@$(ECHO) "*** SmartWatch Utilities ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/3rdparty/utils/supercomm/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/supercomm/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -38,7 +38,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** Dave Phillipsen's Supercomm ***"
+	@$(ECHO) "*** Dave Phillipsen's Supercomm ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/3rdparty/utils/tlindner/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/tlindner/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -38,7 +38,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** tlindner utilities ***"
+	@$(ECHO) "*** tlindner utilities ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/3rdparty/utils/winfo/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/3rdparty/utils/winfo/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -41,7 +41,7 @@
 	$(RM) $(ALLOBJS)
 
 info:
-	@echo "*** WInfo Utility ***"
+	@$(ECHO) "*** WInfo Utility ***"
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 
 
--- a/level1/atari/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/level1/atari/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -79,6 +79,6 @@
 	$(OS9ATTR_EXEC) $(foreach file,$(CMDS_DEMO),$@,CMDS/$(file))
 
 info:
-	@echo "*** NitrOS-9/6809 Level 1 for the Atari XL/XE ***" 
+	@$(ECHO) "*** NitrOS-9/6809 Level 1 for the Atari XL/XE ***" 
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 	
--- a/level1/coco1/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/level1/coco1/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -593,6 +593,6 @@
 	$(SOFTLINK) $@ $(LDSK720K)
 
 info:
-	@echo "*** NitrOS-9/$(CPU) Level $(LEVEL) for the $(MACHINE) ***" 
+	@$(ECHO) "*** NitrOS-9/$(CPU) Level $(LEVEL) for the $(MACHINE) ***" 
 	@$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
 	
--- a/makefile	Sun Feb 22 14:36:01 2015 +0100
+++ b/makefile	Sun Feb 22 14:36:52 2015 +0100
@@ -87,11 +87,11 @@
 	ssh $(SOURCEUSER),nitros9@shell.sourceforge.net "./burst nitros9project $(shell date +%Y%m%d)"
 else
 nightly:
-	@echo ""
-	@echo ""
-	@echo "You need to set the SOURCEUSER variable"
-	@echo "You may wish to refer to the nightly"
-	@echo "section of the makefile."
+	@$(ECHO) ""
+	@$(ECHO) ""
+	@$(ECHO) "You need to set the SOURCEUSER variable"
+	@$(ECHO) "You may wish to refer to the nightly"
+	@$(ECHO) "section of the makefile."
 endif
 
 # This section is to run a nightly test.
@@ -112,21 +112,21 @@
 	ssh $(TESTSSHSERVER) "./burst nitros9project $(shell date +%Y%m%d)"
 else
 nightlytest:
-	@echo ""
-	@echo ""
-	@echo "You need to set the TESTSSHDIR variable"
-	@echo "You may wish to refer to the nightlytest"
-	@echo "section of the makefile to see what"
-	@echo "needs to be setup first before using"
-	@echo "this option"
+	@$(ECHO) ""
+	@$(ECHO) ""
+	@$(ECHO) "You need to set the TESTSSHDIR variable"
+	@$(ECHO) "You may wish to refer to the nightlytest"
+	@$(ECHO) "section of the makefile to see what"
+	@$(ECHO) "needs to be setup first before using"
+	@$(ECHO) "this option"
 endif
 else
 nightlytest:
-	@echo ""
-	@echo ""
-	@echo "You need to set the TESTSSHSERVER variable"
-	@echo "You may wish to refer to the nightlytest"
-	@echo "section of the makefile to see what"
-	@echo "needs to be setup first before using"
-	@echo "this option."
+	@$(ECHO) ""
+	@$(ECHO) ""
+	@$(ECHO) "You need to set the TESTSSHSERVER variable"
+	@$(ECHO) "You may wish to refer to the nightlytest"
+	@$(ECHO) "section of the makefile to see what"
+	@$(ECHO) "needs to be setup first before using"
+	@$(ECHO) "this option."
 endif