Mercurial > hg > Members > kono > nitros9-code
changeset 2841:d540a92243e7 lwtools-port
Fix os9l2bbs makefile for make dskcopy
Also add an empty dskcopy target to lib/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Wed, 10 Jul 2013 22:11:36 +0200 |
parents | 2bbe3465a0f4 |
children | b35db2856d70 |
files | 3rdparty/packages/os9l2bbs/6809l2/makefile lib/makefile |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/os9l2bbs/6809l2/makefile Wed Jul 10 21:55:51 2013 +0200 +++ b/3rdparty/packages/os9l2bbs/6809l2/makefile Wed Jul 10 22:11:36 2013 +0200 @@ -27,13 +27,16 @@ all: $(CMDS) -dsk: +$(DSK): $(CMDS) $(OS9FORMAT) -q $(DSK) $(MAKDIR) $(DSK),CMDS $(CP) $(CMDS) $(DSK),CMDS $(MAKDIR) $(DSK),BBS $(CP) $(BBSFILES) $(DSK),BBS +dskcopy: $(DSK) + $(CP) $(DSK) $(DSKDIR) + clean: dskclean $(RM) $(CMDS)