Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/sierra/spacequest1/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 |
---|---|
91 $(MERGE) $(KERNEL)>kernel | 91 $(MERGE) $(KERNEL)>kernel |
92 $(OS9GEN) $@ -b=os9boot -t=kernel | 92 $(OS9GEN) $@ -b=os9boot -t=kernel |
93 $(RM) os9boot kernel | 93 $(RM) os9boot kernel |
94 $(MAKDIR) $@,CMDS | 94 $(MAKDIR) $@,CMDS |
95 $(CP) $(CMDS) $@,CMDS | 95 $(CP) $(CMDS) $@,CMDS |
96 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 96 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
97 $(MERGE) $(BOOTCMDS)>shell | 97 $(MERGE) $(BOOTCMDS)>shell |
98 $(CP) shell $@,CMDS | 98 $(CP) shell $@,CMDS |
99 $(RM) shell | 99 $(RM) shell |
100 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 100 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
101 $(OS9RENAME) $@,CMDS/sierra AutoEx | 101 $(OS9RENAME) $@,CMDS/sierra AutoEx |
119 $(MERGE) $(KERNEL)>kernel | 119 $(MERGE) $(KERNEL)>kernel |
120 $(OS9GEN) $@ -b=os9boot -t=kernel | 120 $(OS9GEN) $@ -b=os9boot -t=kernel |
121 $(RM) os9boot kernel | 121 $(RM) os9boot kernel |
122 $(MAKDIR) $@,CMDS | 122 $(MAKDIR) $@,CMDS |
123 $(CP) $(CMDS) $@,CMDS | 123 $(CP) $(CMDS) $@,CMDS |
124 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 124 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
125 $(MERGE) $(BOOTCMDS)>shell | 125 $(MERGE) $(BOOTCMDS)>shell |
126 $(CP) shell $@,CMDS | 126 $(CP) shell $@,CMDS |
127 $(RM) shell | 127 $(RM) shell |
128 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 128 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
129 $(OS9RENAME) $@,CMDS/sierra AutoEx | 129 $(OS9RENAME) $@,CMDS/sierra AutoEx |
142 $(MERGE) $(KERNEL_DW)>kernel | 142 $(MERGE) $(KERNEL_DW)>kernel |
143 $(OS9GEN) $@ -b=os9boot -t=kernel | 143 $(OS9GEN) $@ -b=os9boot -t=kernel |
144 $(RM) os9boot kernel | 144 $(RM) os9boot kernel |
145 $(MAKDIR) $@,CMDS | 145 $(MAKDIR) $@,CMDS |
146 $(CP) $(CMDS) $@,CMDS | 146 $(CP) $(CMDS) $@,CMDS |
147 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 147 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
148 $(MERGE) $(BOOTCMDS)>shell | 148 $(MERGE) $(BOOTCMDS)>shell |
149 $(CP) shell $@,CMDS | 149 $(CP) shell $@,CMDS |
150 $(RM) shell | 150 $(RM) shell |
151 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 151 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
152 $(OS9RENAME) $@,CMDS/sierra AutoEx | 152 $(OS9RENAME) $@,CMDS/sierra AutoEx |
165 $(MERGE) $(KERNEL_DW_BECKER)>kernel | 165 $(MERGE) $(KERNEL_DW_BECKER)>kernel |
166 $(OS9GEN) $@ -b=os9boot -t=kernel | 166 $(OS9GEN) $@ -b=os9boot -t=kernel |
167 $(RM) os9boot kernel | 167 $(RM) os9boot kernel |
168 $(MAKDIR) $@,CMDS | 168 $(MAKDIR) $@,CMDS |
169 $(CP) $(CMDS) $@,CMDS | 169 $(CP) $(CMDS) $@,CMDS |
170 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 170 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
171 $(MERGE) $(BOOTCMDS)>shell | 171 $(MERGE) $(BOOTCMDS)>shell |
172 $(CP) shell $@,CMDS | 172 $(CP) shell $@,CMDS |
173 $(RM) shell | 173 $(RM) shell |
174 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 174 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
175 $(OS9RENAME) $@,CMDS/sierra AutoEx | 175 $(OS9RENAME) $@,CMDS/sierra AutoEx |