comparison 3rdparty/customboots/boisy/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
120 $(OS9ATTR_TEXT) $(foreach file,$(SYSTEXT),$@,SYS/$(file)) 120 $(OS9ATTR_TEXT) $(foreach file,$(SYSTEXT),$@,SYS/$(file))
121 $(CPL) $(SUPPORTFILES) $@,. 121 $(CPL) $(SUPPORTFILES) $@,.
122 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) 122 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file))
123 123
124 dskcopy: dsk 124 dskcopy: dsk
125 $(OS9COPY) $(DSKS) $(DSKDIR) 125 $(CP) $(DSKS) $(DSKDIR)
126 126
127 dskclean: 127 dskclean:
128 $(RM) $(DSKS) 128 $(RM) $(DSKS)
129 129
130 info: 130 info: