Mercurial > hg > Members > kono > nitros9-code
comparison level2/coco3/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 | 0f6123a8756e |
comparison
equal
deleted
inserted
replaced
2856:84d284e812cd | 2857:d5220b220313 |
---|---|
101 $(RM) $(PACKAGENAME) $(DSKS) $(LDSKS) | 101 $(RM) $(PACKAGENAME) $(DSKS) $(LDSKS) |
102 | 102 |
103 dsk: all $(PACKAGENAME) | 103 dsk: all $(PACKAGENAME) |
104 | 104 |
105 dskcopy: dsk | 105 dskcopy: dsk |
106 $(OS9COPY) $(DSKS) $(DSKDIR) | 106 $(CP) $(DSKS) $(DSKDIR) |
107 | 107 |
108 scp: dsk | 108 scp: dsk |
109 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html | 109 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html |
110 | 110 |
111 $(PACKAGENAME): $(DSKS) ../../ReadMe ../../ChangeLog | 111 $(PACKAGENAME): $(DSKS) ../../ReadMe ../../ChangeLog |