]>
Commit | Line | Data |
---|---|---|
278d569a | 1 | # .Sanitize for devo/ld/emulparams |
8ddef552 DM |
2 | |
3 | # Each directory to survive its way into a release will need a file | |
4 | # like this one called "./.Sanitize". All keyword lines must exist, | |
5 | # and must exist in the order specified by this file. Each directory | |
6 | # in the tree will be processed, top down, in the following order. | |
7 | ||
8 | # Hash started lines like this one are comments and will be deleted | |
9 | # before anything else is done. Blank lines will also be squashed | |
10 | # out. | |
11 | ||
12 | # The lines between the "Do-first:" line and the "Things-to-keep:" | |
13 | # line are executed as a /bin/sh shell script before anything else is | |
14 | # done in this directory. | |
15 | ||
16 | Do-first: | |
17 | ||
070ac727 DE |
18 | arc_files="arcelf.sh" |
19 | ||
20 | if ( echo $* | grep keep\-arc > /dev/null ) ; then | |
21 | keep_these_too="${arc_files} ${keep_these_too}" | |
22 | else | |
23 | lose_these_too="${arc_files} ${lose_these_too}" | |
24 | fi | |
25 | ||
232e8702 | 26 | d30v_files="d30velf.sh" |
683b2426 | 27 | |
232e8702 MH |
28 | if ( echo $* | grep keep\-d30v > /dev/null ) ; then |
29 | keep_these_too="${d30v_files} ${keep_these_too}" | |
683b2426 | 30 | else |
232e8702 | 31 | lose_these_too="${d30v_files} ${lose_these_too}" |
683b2426 MH |
32 | fi |
33 | ||
b02d4da4 DE |
34 | m32r_files="m32relf.sh" |
35 | ||
36 | if ( echo $* | grep keep\-m32r > /dev/null ) ; then | |
37 | keep_these_too="${m32r_files} ${keep_these_too}" | |
38 | else | |
39 | lose_these_too="${m32r_files} ${lose_these_too}" | |
40 | fi | |
41 | ||
11effa69 FF |
42 | tic80_files="tic80coff.sh" |
43 | ||
44 | if ( echo $* | grep keep\-tic80 > /dev/null ) ; then | |
45 | keep_these_too="${tic80_files} ${keep_these_too}" | |
46 | else | |
47 | lose_these_too="${tic80_files} ${lose_these_too}" | |
48 | fi | |
49 | ||
04c17a75 JL |
50 | v850_files="v850.sh" |
51 | ||
52 | if ( echo $* | grep keep\-v850 > /dev/null ) ; then | |
53 | keep_these_too="${v850_files} ${keep_these_too}" | |
54 | else | |
55 | lose_these_too="${v850_files} ${lose_these_too}" | |
56 | fi | |
57 | ||
8ddef552 DM |
58 | # All files listed between the "Things-to-keep:" line and the |
59 | # "Do-last:" line will be kept. All other files will be removed. | |
60 | # Directories listed in this section will have their own Sanitize | |
61 | # called. Directories not listed will be removed in their entirety | |
62 | # with rm -rf. | |
63 | ||
64 | Things-to-keep: | |
65 | ||
66 | README | |
67 | a29k.sh | |
b5f076d4 ILT |
68 | aixppc.sh |
69 | aixrs6.sh | |
42f9673d | 70 | alpha.sh |
ff15324f KR |
71 | armaoutb.sh |
72 | armaoutl.sh | |
132dd910 | 73 | armcoff.sh |
28d0c3ce | 74 | armpe.sh |
78158b1c | 75 | coff_sparc.sh |
63982998 | 76 | delta68.sh |
8ddef552 | 77 | ebmon29k.sh |
7ff42880 | 78 | elf32_sparc.sh |
1eadd162 | 79 | elf32bmip.sh |
719de0ea ILT |
80 | elf32ebmip.sh |
81 | elf32elmip.sh | |
1eadd162 | 82 | elf32lmip.sh |
7e11b1db | 83 | elf32lppc.sh |
c361ce46 | 84 | elf32ppc.sh |
b008b7bf KR |
85 | elf32b4300.sh |
86 | elf32l4300.sh | |
539ae61d | 87 | elf64alpha.sh |
3f38a017 | 88 | elf64_sparc.sh |
03451d7f | 89 | elf_i386.sh |
8ddef552 | 90 | gld960.sh |
c610b46c | 91 | gld960coff.sh |
8ddef552 DM |
92 | go32.sh |
93 | h8300.sh | |
8f207409 | 94 | h8300h.sh |
cce8528d | 95 | h8300s.sh |
8ddef552 | 96 | h8500.sh |
5fe60d73 SC |
97 | h8500b.sh |
98 | h8500c.sh | |
5fe60d73 | 99 | h8500m.sh |
3f38a017 | 100 | h8500s.sh |
8ddef552 DM |
101 | hp300bsd.sh |
102 | hp3hpux.sh | |
6cc2ced1 | 103 | hppaelf.sh |
8ddef552 DM |
104 | i386aout.sh |
105 | i386bsd.sh | |
106 | i386coff.sh | |
6c86b9ff | 107 | i386go32.sh |
7ff42880 | 108 | i386linux.sh |
bd7b78f7 | 109 | i386lynx.sh |
46cc3ed1 | 110 | i386mach.sh |
a2fb6995 KR |
111 | i386moss.sh |
112 | i386msdos.sh | |
32286e08 | 113 | i386nbsd.sh |
9ff30f20 | 114 | i386nw.sh |
3f38a017 | 115 | i386pe.sh |
8ddef552 | 116 | lnk960.sh |
e295a90d | 117 | m68k4knbsd.sh |
0573a3b1 | 118 | m68kaout.sh |
40ab9bb9 | 119 | m68kaux.sh |
8ddef552 | 120 | m68kcoff.sh |
575a4d91 | 121 | m68kelf.sh |
228b04d2 | 122 | m68klinux.sh |
bd7b78f7 | 123 | m68klynx.sh |
e574ddd4 | 124 | m68knbsd.sh |
307585f1 | 125 | m68kpsos.sh |
8ddef552 DM |
126 | m88kbcs.sh |
127 | mipsbig.sh | |
128 | mipsbsd.sh | |
129 | mipsidt.sh | |
130 | mipsidtl.sh | |
131 | mipslit.sh | |
6b01dc65 | 132 | mn10200.sh |
96e34542 | 133 | mn10300.sh |
8ddef552 | 134 | news.sh |
32286e08 | 135 | ns32knbsd.sh |
1ab4cd57 | 136 | pc532macha.sh |
9079ed57 | 137 | ppcmacos.sh |
9ff30f20 | 138 | ppcnw.sh |
070eddd9 | 139 | ppcpe.sh |
8e0e09f6 | 140 | riscix.sh |
8ddef552 DM |
141 | sa29200.sh |
142 | sh.sh | |
efd48a6a | 143 | shelf.sh |
6ae98644 | 144 | shl.sh |
efd48a6a | 145 | shlelf.sh |
02df835b | 146 | sparcaout.sh |
278d569a | 147 | sparclynx.sh |
32286e08 | 148 | sparcnbsd.sh |
8ddef552 DM |
149 | st2000.sh |
150 | sun3.sh | |
151 | sun4.sh | |
152 | vanilla.sh | |
153 | vax.sh | |
de9425a8 | 154 | vsta.sh |
506f4ede | 155 | w65.sh |
66a61efd SC |
156 | z8001.sh |
157 | z8002.sh | |
8ddef552 DM |
158 | |
159 | Things-to-lose: | |
160 | ||
161 | # The lines between the "Do-last:" line and the end of the file | |
162 | # are executed as a /bin/sh shell script after everything else is | |
163 | # done. | |
164 | ||
165 | Do-last: |