Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/rof/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/packages/rof/makefile Sat Jul 13 11:30:31 2013 +0200 +++ b/3rdparty/packages/rof/makefile Sat Jul 13 11:47:11 2013 +0200 @@ -60,12 +60,12 @@ $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS - $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell + $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell $(OS9ATTR_EXEC) $@,CMDS/shell - $(CP) $(CMDS) $@,CMDS + $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(OS9RENAME) $@,CMDS/rescue AutoEx - $(CP) $(SUPPORTFILES) $@,. + $(OS9COPY) $(SUPPORTFILES) $@,. $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) $(DSK_DW): @@ -77,12 +77,12 @@ $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS - $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell + $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell $(OS9ATTR_EXEC) $@,CMDS/shell - $(CP) $(CMDS) $@,CMDS + $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(OS9RENAME) $@,CMDS/rescue AutoEx - $(CP) $(SUPPORTFILES) $@,. + $(OS9COPY) $(SUPPORTFILES) $@,. $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) $(DSK_DW_BECKER): @@ -94,16 +94,16 @@ $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS - $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell + $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell $(OS9ATTR_EXEC) $@,CMDS/shell - $(CP) $(CMDS) $@,CMDS + $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(OS9RENAME) $@,CMDS/rescue AutoEx - $(CP) $(SUPPORTFILES) $@,. + $(OS9COPY) $(SUPPORTFILES) $@,. $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) dskcopy: dsk - $(CP) $(DSKS) $(DSKDIR) + $(OS9COPY) $(DSKS) $(DSKDIR) dskclean: $(RM) $(DSKS)