Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/sierra/spacequest0/makefile @ 2967:1c81c87c77d4
makefiles: Use OS9ATTR_EXEC macro when possible
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Fri, 04 Apr 2014 21:33:01 +0200 |
parents | 9d256fa9ba31 |
children | dd553bb32ebb |
line wrap: on
line diff
--- a/3rdparty/packages/sierra/spacequest0/makefile Mon Feb 10 10:10:40 2014 +0200 +++ b/3rdparty/packages/sierra/spacequest0/makefile Fri Apr 04 21:33:01 2014 +0200 @@ -107,7 +107,7 @@ $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell - $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r + $(OS9ATTR_EXEC) $@,CMDS/shell $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES_D1) $@,. $(OS9RENAME) $@,tOC_40d.txt tOC.txt @@ -140,7 +140,7 @@ $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell - $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r + $(OS9ATTR_EXEC) $@,CMDS/shell $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. $(OS9RENAME) $@,tOC_80d.txt tOC.txt @@ -168,7 +168,7 @@ $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell - $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r + $(OS9ATTR_EXEC) $@,CMDS/shell $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES_DW) $@,. $(OS9RENAME) $@,tOC_dw.txt tOC.txt @@ -191,7 +191,7 @@ $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell - $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r + $(OS9ATTR_EXEC) $@,CMDS/shell $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES_DW) $@,. $(OS9RENAME) $@,tOC_dw.txt tOC.txt