Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/sierra/spacequest0/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 |
---|---|
101 $(MERGE) $(KERNEL)>kernel | 101 $(MERGE) $(KERNEL)>kernel |
102 $(OS9GEN) $@ -b=os9boot -t=kernel | 102 $(OS9GEN) $@ -b=os9boot -t=kernel |
103 $(RM) os9boot kernel | 103 $(RM) os9boot kernel |
104 $(MAKDIR) $@,CMDS | 104 $(MAKDIR) $@,CMDS |
105 $(CP) $(CMDS) $@,CMDS | 105 $(CP) $(CMDS) $@,CMDS |
106 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 106 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
107 $(MERGE) $(BOOTCMDS)>shell | 107 $(MERGE) $(BOOTCMDS)>shell |
108 $(CP) shell $@,CMDS | 108 $(CP) shell $@,CMDS |
109 $(RM) shell | 109 $(RM) shell |
110 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 110 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
111 $(OS9RENAME) $@,CMDS/sierra AutoEx | 111 $(OS9RENAME) $@,CMDS/sierra AutoEx |
134 $(MERGE) $(KERNEL)>kernel | 134 $(MERGE) $(KERNEL)>kernel |
135 $(OS9GEN) $@ -b=os9boot -t=kernel | 135 $(OS9GEN) $@ -b=os9boot -t=kernel |
136 $(RM) os9boot kernel | 136 $(RM) os9boot kernel |
137 $(MAKDIR) $@,CMDS | 137 $(MAKDIR) $@,CMDS |
138 $(CP) $(CMDS) $@,CMDS | 138 $(CP) $(CMDS) $@,CMDS |
139 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 139 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
140 $(MERGE) $(BOOTCMDS)>shell | 140 $(MERGE) $(BOOTCMDS)>shell |
141 $(CP) shell $@,CMDS | 141 $(CP) shell $@,CMDS |
142 $(RM) shell | 142 $(RM) shell |
143 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 143 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
144 $(OS9RENAME) $@,CMDS/sierra AutoEx | 144 $(OS9RENAME) $@,CMDS/sierra AutoEx |
162 $(MERGE) $(KERNEL_DW)>kernel | 162 $(MERGE) $(KERNEL_DW)>kernel |
163 $(OS9GEN) $@ -b=os9boot -t=kernel | 163 $(OS9GEN) $@ -b=os9boot -t=kernel |
164 $(RM) os9boot kernel | 164 $(RM) os9boot kernel |
165 $(MAKDIR) $@,CMDS | 165 $(MAKDIR) $@,CMDS |
166 $(CP) $(CMDS) $@,CMDS | 166 $(CP) $(CMDS) $@,CMDS |
167 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 167 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
168 $(MERGE) $(BOOTCMDS)>shell | 168 $(MERGE) $(BOOTCMDS)>shell |
169 $(CP) shell $@,CMDS | 169 $(CP) shell $@,CMDS |
170 $(RM) shell | 170 $(RM) shell |
171 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 171 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
172 $(OS9RENAME) $@,CMDS/sierra AutoEx | 172 $(OS9RENAME) $@,CMDS/sierra AutoEx |
185 $(MERGE) $(KERNEL_DW_BECKER)>kernel | 185 $(MERGE) $(KERNEL_DW_BECKER)>kernel |
186 $(OS9GEN) $@ -b=os9boot -t=kernel | 186 $(OS9GEN) $@ -b=os9boot -t=kernel |
187 $(RM) os9boot kernel | 187 $(RM) os9boot kernel |
188 $(MAKDIR) $@,CMDS | 188 $(MAKDIR) $@,CMDS |
189 $(CP) $(CMDS) $@,CMDS | 189 $(CP) $(CMDS) $@,CMDS |
190 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | 190 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
191 $(MERGE) $(BOOTCMDS)>shell | 191 $(MERGE) $(BOOTCMDS)>shell |
192 $(CP) shell $@,CMDS | 192 $(CP) shell $@,CMDS |
193 $(RM) shell | 193 $(RM) shell |
194 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 194 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
195 $(OS9RENAME) $@,CMDS/sierra AutoEx | 195 $(OS9RENAME) $@,CMDS/sierra AutoEx |