Mercurial > hg > Members > kono > nitros9-code
changeset 2612:e55663e7aa7b
Fixed makfiles to include disk info
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 21:07:17 -0600 |
parents | f2d7c15b3fc7 |
children | 3980dea6c3f2 |
files | 3rdparty/packages/arcadepak/makefile 3rdparty/packages/os9l2bbs/6809l2/makefile 3rdparty/packages/os9l2bbs/makefile 3rdparty/packages/pacos9/makefile |
diffstat | 4 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/arcadepak/makefile Tue Jan 31 17:19:13 2012 -0600 +++ b/3rdparty/packages/arcadepak/makefile Tue Jan 31 21:07:17 2012 -0600 @@ -122,3 +122,8 @@ dskclean: $(RM) $(DISK_40D) $(DISK_80D) + +info: + @$(ECHO) "*** NitrOS-9 Arcade Pak ***" + @$(ECHO) $(DISK_40D) $(DISK_80D) +
--- a/3rdparty/packages/os9l2bbs/6809l2/makefile Tue Jan 31 17:19:13 2012 -0600 +++ b/3rdparty/packages/os9l2bbs/6809l2/makefile Tue Jan 31 21:07:17 2012 -0600 @@ -34,8 +34,12 @@ $(MAKDIR) $(DSK),BBS $(CP) $(BBSFILES) $(DSK),BBS -clean: +clean: dskclean -$(RM) $(CMDS) dskclean: -$(RM) $(DSK) + +info: + @$(ECHO) "*** OS-9 L2 BBS for 6809 ***" + @$(ECHO) $(DSK)