Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/utils/boisy/makefile @ 2856:84d284e812cd lwtools-port
Makefiles: Rename CP to OS9COPY
CP is normally reserved for the host native cp equivalent.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 11:47:11 +0200 |
parents | 84d9d5765057 |
children | d5220b220313 |
line wrap: on
line diff
--- a/3rdparty/utils/boisy/makefile Sat Jul 13 11:30:31 2013 +0200 +++ b/3rdparty/utils/boisy/makefile Sat Jul 13 11:47:11 2013 +0200 @@ -27,13 +27,13 @@ $(RM) $@ $(OS9FORMAT) $@ $(MAKDIR) $@,CMDS - $(CP) $(CMDS) $@,CMDS + $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) dsk: all $(DSKS) dskcopy: dsk - $(CP) $(DSKS) $(DSKDIR) + $(OS9COPY) $(DSKS) $(DSKDIR) clean: $(RM) $(ALLOBJS) $(DSKS)