comparison 3rdparty/packages/sierra/manhunter1/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
88 $(MERGE) $(KERNEL)>kernel 88 $(MERGE) $(KERNEL)>kernel
89 $(OS9GEN) $@ -b=os9boot -t=kernel 89 $(OS9GEN) $@ -b=os9boot -t=kernel
90 $(RM) os9boot kernel 90 $(RM) os9boot kernel
91 $(MAKDIR) $@,CMDS 91 $(MAKDIR) $@,CMDS
92 $(CP) $(CMDS) $@,CMDS 92 $(CP) $(CMDS) $@,CMDS
93 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 93 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
94 $(MERGE) $(BOOTCMDS)>shell 94 $(MERGE) $(BOOTCMDS)>shell
95 $(CP) shell $@,CMDS 95 $(CP) shell $@,CMDS
96 $(RM) shell 96 $(RM) shell
97 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 97 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
98 $(OS9RENAME) $@,CMDS/sierra AutoEx 98 $(OS9RENAME) $@,CMDS/sierra AutoEx
110 $(MERGE) $(OS9BOOT_DW)>os9boot 110 $(MERGE) $(OS9BOOT_DW)>os9boot
111 $(OS9GEN) $@ -b=os9boot -t=kernel 111 $(OS9GEN) $@ -b=os9boot -t=kernel
112 $(RM) os9boot kernel 112 $(RM) os9boot kernel
113 $(MAKDIR) $@,CMDS 113 $(MAKDIR) $@,CMDS
114 $(CP) $(CMDS) $@,CMDS 114 $(CP) $(CMDS) $@,CMDS
115 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 115 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
116 $(MERGE) $(BOOTCMDS)>shell 116 $(MERGE) $(BOOTCMDS)>shell
117 $(CP) shell $@,CMDS 117 $(CP) shell $@,CMDS
118 $(RM) shell 118 $(RM) shell
119 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 119 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
120 $(OS9RENAME) $@,CMDS/sierra AutoEx 120 $(OS9RENAME) $@,CMDS/sierra AutoEx
132 $(MERGE) $(OS9BOOT_DW_BECKER)>os9boot 132 $(MERGE) $(OS9BOOT_DW_BECKER)>os9boot
133 $(OS9GEN) $@ -b=os9boot -t=kernel 133 $(OS9GEN) $@ -b=os9boot -t=kernel
134 $(RM) os9boot kernel 134 $(RM) os9boot kernel
135 $(MAKDIR) $@,CMDS 135 $(MAKDIR) $@,CMDS
136 $(CP) $(CMDS) $@,CMDS 136 $(CP) $(CMDS) $@,CMDS
137 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) 137 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
138 $(MERGE) $(BOOTCMDS)>shell 138 $(MERGE) $(BOOTCMDS)>shell
139 $(CP) shell $@,CMDS 139 $(CP) shell $@,CMDS
140 $(RM) shell 140 $(RM) shell
141 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 141 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
142 $(OS9RENAME) $@,CMDS/sierra AutoEx 142 $(OS9RENAME) $@,CMDS/sierra AutoEx