Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/raakatu/makefile @ 2869:cfa6222348f7
makefiles: Separate OS9COPY and CP macros
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 11:18:28 +0100 |
parents | e4a0f58a5f9b |
children | 46c80d4b0de1 |
line wrap: on
line diff
--- a/3rdparty/packages/raakatu/makefile Sun Nov 24 11:13:40 2013 +0100 +++ b/3rdparty/packages/raakatu/makefile Sun Nov 24 11:18:28 2013 +0100 @@ -37,10 +37,10 @@ $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 $(RM) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS - $(CP) $(CMDS) $(DISK),CMDS + $(OS9COPY) $(CMDS) $(DISK),CMDS $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) $(OS9RENAME) $(DISK),CMDS/raakatu AutoEx - $(CP) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell + $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell $(OS9ATTR_EXEC) $(DISK),CMDS/shell # $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),SUB/$(file);)