comparison 3rdparty/packages/sierra/kingsquest1/makefile @ 2849:84d9d5765057 lwtools-port

Makefiles: Call OS9ATTR with multiple files (part 2/2) These were all done with a sed -i line, but have been manually verified.
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 01:01:17 +0200
parents 1868fbf470e7
children 84d284e812cd
comparison
equal deleted inserted replaced
2848:94197db917c9 2849:84d9d5765057
74 $(MERGE) $(KERNEL_FLOPPY)>kernel 74 $(MERGE) $(KERNEL_FLOPPY)>kernel
75 $(OS9GEN) $@ -b=os9boot -t=kernel 75 $(OS9GEN) $@ -b=os9boot -t=kernel
76 $(RM) os9boot kernel 76 $(RM) os9boot kernel
77 $(MAKDIR) $@,CMDS 77 $(MAKDIR) $@,CMDS
78 $(CP) $(CMDS) $@,CMDS 78 $(CP) $(CMDS) $@,CMDS
79 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 79 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
80 $(MERGE) $(BOOTCMDS)>shell 80 $(MERGE) $(BOOTCMDS)>shell
81 $(CP) shell $@,CMDS 81 $(CP) shell $@,CMDS
82 $(RM) shell 82 $(RM) shell
83 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 83 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
84 $(OS9RENAME) $@,CMDS/sierra AutoEx 84 $(OS9RENAME) $@,CMDS/sierra AutoEx
97 $(MERGE) $(KERNEL_DW)>kernel 97 $(MERGE) $(KERNEL_DW)>kernel
98 $(OS9GEN) $@ -b=os9boot -t=kernel 98 $(OS9GEN) $@ -b=os9boot -t=kernel
99 $(RM) os9boot kernel 99 $(RM) os9boot kernel
100 $(MAKDIR) $@,CMDS 100 $(MAKDIR) $@,CMDS
101 $(CP) $(CMDS) $@,CMDS 101 $(CP) $(CMDS) $@,CMDS
102 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 102 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
103 $(MERGE) $(BOOTCMDS)>shell 103 $(MERGE) $(BOOTCMDS)>shell
104 $(CP) shell $@,CMDS 104 $(CP) shell $@,CMDS
105 $(RM) shell 105 $(RM) shell
106 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 106 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
107 $(OS9RENAME) $@,CMDS/sierra AutoEx 107 $(OS9RENAME) $@,CMDS/sierra AutoEx
120 $(MERGE) $(KERNEL_DW_BECKER)>kernel 120 $(MERGE) $(KERNEL_DW_BECKER)>kernel
121 $(OS9GEN) $@ -b=os9boot -t=kernel 121 $(OS9GEN) $@ -b=os9boot -t=kernel
122 $(RM) os9boot kernel 122 $(RM) os9boot kernel
123 $(MAKDIR) $@,CMDS 123 $(MAKDIR) $@,CMDS
124 $(CP) $(CMDS) $@,CMDS 124 $(CP) $(CMDS) $@,CMDS
125 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 125 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
126 $(MERGE) $(BOOTCMDS)>shell 126 $(MERGE) $(BOOTCMDS)>shell
127 $(CP) shell $@,CMDS 127 $(CP) shell $@,CMDS
128 $(RM) shell 128 $(RM) shell
129 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 129 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
130 $(OS9RENAME) $@,CMDS/sierra AutoEx 130 $(OS9RENAME) $@,CMDS/sierra AutoEx