comparison 3rdparty/packages/subsim/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
109 $(OS9COPY) sub6 $@,SUB 109 $(OS9COPY) sub6 $@,SUB
110 $(OS9ATTR_EXEC) $@,SUB/sub6 110 $(OS9ATTR_EXEC) $@,SUB/sub6
111 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,SUB/$(file)) 111 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,SUB/$(file))
112 112
113 dskcopy: dsk 113 dskcopy: dsk
114 $(OS9COPY) $(DSKS) $(DSKDIR) 114 $(CP) $(DSKS) $(DSKDIR)
115 115
116 dskclean: 116 dskclean:
117 $(RM) $(DSKS) 117 $(RM) $(DSKS)
118 118
119 info: 119 info: