Mercurial > hg > Members > kono > nitros9-code
changeset 3102:13299b970532
l1/sys/makefiles: Remove unused alldragon target
Also move helpmsg target to make it more similar to
the l2 one.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 28 Feb 2016 21:37:50 +0100 |
parents | 3f3350d0f629 |
children | a7041e52ff61 |
files | level1/atari/sys/makefile level1/coco1/sys/makefile level1/d64/sys/makefile |
diffstat | 3 files changed, 3 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/atari/sys/makefile Sun Feb 28 21:37:47 2016 +0100 +++ b/level1/atari/sys/makefile Sun Feb 28 21:37:50 2016 +0100 @@ -26,8 +26,6 @@ inetd.conf: $(LEVEL1)/sys/inetd.conf @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@ -alldragon: $(ALLOBJS) - helpmsg: $(HELPFILES) $(MERGE) $^ > $@
--- a/level1/coco1/sys/makefile Sun Feb 28 21:37:47 2016 +0100 +++ b/level1/coco1/sys/makefile Sun Feb 28 21:37:50 2016 +0100 @@ -23,14 +23,12 @@ all: $(ALLOBJS) $(DEPENDS) +$(HELPMSG): $(HELPFILES) + $(MERGE) $^ > $@ + inetd.conf: $(LEVEL1)/sys/inetd.conf @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@ -alldragon: $(ALLOBJS) - -helpmsg: $(HELPFILES) - $(MERGE) $^ > $@ - clean: $(RM) $(HELPMSG) inetd.conf
--- a/level1/d64/sys/makefile Sun Feb 28 21:37:47 2016 +0100 +++ b/level1/d64/sys/makefile Sun Feb 28 21:37:50 2016 +0100 @@ -26,8 +26,6 @@ inetd.conf: $(LEVEL1)/sys/inetd.conf @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@ -alldragon: $(ALLOBJS) - helpmsg: $(HELPFILES) $(MERGE) $^ > $@