Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/sierra/kingsquest2/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 | 28ed72477814 |
comparison
equal
deleted
inserted
replaced
2856:84d284e812cd | 2857:d5220b220313 |
---|---|
181 $(MOVE) toctmp tocgen | 181 $(MOVE) toctmp tocgen |
182 | 182 |
183 dsk: all $(DSKS) | 183 dsk: all $(DSKS) |
184 | 184 |
185 dskcopy: dsk | 185 dskcopy: dsk |
186 $(OS9COPY) $(DSKS) $(DSKDIR) | 186 $(CP) $(DSKS) $(DSKDIR) |
187 | 187 |
188 dskclean: | 188 dskclean: |
189 $(RM) $(DSKS) | 189 $(RM) $(DSKS) |
190 | 190 |
191 info: | 191 info: |