Mercurial > hg > Members > kono > nitros9-code
diff level1/coco1/makefile @ 2857:d5220b220313 lwtools-port
Makefiles: Use native cp for copying dsk images
The "os9 copy" is not able to do this on Cygwin,
and is not the right tool for the job anyway.
Thanks to Bob Devries for reporting this issue!
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 11:53:36 +0200 |
parents | 84d284e812cd |
children | 62c91ac49d72 |
line wrap: on
line diff
--- a/level1/coco1/makefile Sat Jul 13 11:47:11 2013 +0200 +++ b/level1/coco1/makefile Sat Jul 13 11:53:36 2013 +0200 @@ -89,7 +89,7 @@ dsk: all $(PACKAGENAME) dskcopy: dsk - $(OS9COPY) $(DSKS) $(DSKDIR) + $(CP) $(DSKS) $(DSKDIR) scp: dsk scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html