Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/sierra/manhunter2/makefile @ 2927:9d256fa9ba31
sierra makefiles: Add comment about hiding tocgen file temporarily
http://sourceforge.net/p/nitros9/bugs/20/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 18 Jan 2014 10:09:53 +0100 |
parents | 28ed72477814 |
children | 1c81c87c77d4 |
comparison
equal
deleted
inserted
replaced
2926:53961f90b9dd | 2927:9d256fa9ba31 |
---|---|
95 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 95 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
96 $(OS9RENAME) $@,CMDS/sierra AutoEx | 96 $(OS9RENAME) $@,CMDS/sierra AutoEx |
97 $(CPL) $(TEXTFILES_D1) $@,. | 97 $(CPL) $(TEXTFILES_D1) $@,. |
98 $(OS9RENAME) $@,tOC_80d.txt tOC.txt | 98 $(OS9RENAME) $@,tOC_80d.txt tOC.txt |
99 $(OS9COPY) $(SUPPORTFILES_D1) $@,. | 99 $(OS9COPY) $(SUPPORTFILES_D1) $@,. |
100 $(MOVE) tocgen toctmp | 100 $(MOVE) tocgen toctmp # to not confuse Windows hosts |
101 tocgen $@,tOC.txt $@,tOC | 101 tocgen $@,tOC.txt $@,tOC |
102 $(MOVE) toctmp tocgen | 102 $(MOVE) toctmp tocgen |
103 | 103 |
104 $(DISK_2_80D): | 104 $(DISK_2_80D): |
105 $(RM) $@ | 105 $(RM) $@ |
127 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 127 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
128 $(OS9RENAME) $@,CMDS/sierra AutoEx | 128 $(OS9RENAME) $@,CMDS/sierra AutoEx |
129 $(CPL) $(TEXTFILES_DW) $@,. | 129 $(CPL) $(TEXTFILES_DW) $@,. |
130 $(OS9RENAME) $@,tOC_dw.txt tOC.txt | 130 $(OS9RENAME) $@,tOC_dw.txt tOC.txt |
131 $(OS9COPY) $(SUPPORTFILES_DW) $@,. | 131 $(OS9COPY) $(SUPPORTFILES_DW) $@,. |
132 $(MOVE) tocgen toctmp | 132 $(MOVE) tocgen toctmp # to not confuse Windows hosts |
133 tocgen $@,tOC.txt $@,tOC | 133 tocgen $@,tOC.txt $@,tOC |
134 $(MOVE) toctmp tocgen | 134 $(MOVE) toctmp tocgen |
135 | 135 |
136 $(DISK_DW_BECKER): | 136 $(DISK_DW_BECKER): |
137 $(RM) $@ | 137 $(RM) $@ |
149 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r | 149 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r |
150 $(OS9RENAME) $@,CMDS/sierra AutoEx | 150 $(OS9RENAME) $@,CMDS/sierra AutoEx |
151 $(CPL) $(TEXTFILES_DW) $@,. | 151 $(CPL) $(TEXTFILES_DW) $@,. |
152 $(OS9RENAME) $@,tOC_dw.txt tOC.txt | 152 $(OS9RENAME) $@,tOC_dw.txt tOC.txt |
153 $(OS9COPY) $(SUPPORTFILES_DW) $@,. | 153 $(OS9COPY) $(SUPPORTFILES_DW) $@,. |
154 $(MOVE) tocgen toctmp | 154 $(MOVE) tocgen toctmp # to not confuse Windows hosts |
155 tocgen $@,tOC.txt $@,tOC | 155 tocgen $@,tOC.txt $@,tOC |
156 $(MOVE) toctmp tocgen | 156 $(MOVE) toctmp tocgen |
157 | 157 |
158 | 158 |
159 dskcopy: dsk | 159 dskcopy: dsk |