]>
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 | ||
683b2426 MH |
26 | d10v_files="d10velf.sh" |
27 | ||
28 | if ( echo $* | grep keep\-d10v > /dev/null ) ; then | |
29 | keep_these_too="${d10v_files} ${keep_these_too}" | |
30 | else | |
31 | lose_these_too="${d10v_files} ${lose_these_too}" | |
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 | ||
04c17a75 JL |
42 | v850_files="v850.sh" |
43 | ||
44 | if ( echo $* | grep keep\-v850 > /dev/null ) ; then | |
45 | keep_these_too="${v850_files} ${keep_these_too}" | |
46 | else | |
47 | lose_these_too="${v850_files} ${lose_these_too}" | |
48 | fi | |
49 | ||
8ddef552 DM |
50 | # All files listed between the "Things-to-keep:" line and the |
51 | # "Do-last:" line will be kept. All other files will be removed. | |
52 | # Directories listed in this section will have their own Sanitize | |
53 | # called. Directories not listed will be removed in their entirety | |
54 | # with rm -rf. | |
55 | ||
56 | Things-to-keep: | |
57 | ||
58 | README | |
59 | a29k.sh | |
b5f076d4 ILT |
60 | aixppc.sh |
61 | aixrs6.sh | |
42f9673d | 62 | alpha.sh |
ff15324f KR |
63 | armaoutb.sh |
64 | armaoutl.sh | |
132dd910 | 65 | armcoff.sh |
28d0c3ce | 66 | armpe.sh |
78158b1c | 67 | coff_sparc.sh |
63982998 | 68 | delta68.sh |
8ddef552 | 69 | ebmon29k.sh |
7ff42880 | 70 | elf32_sparc.sh |
1eadd162 | 71 | elf32bmip.sh |
719de0ea ILT |
72 | elf32ebmip.sh |
73 | elf32elmip.sh | |
1eadd162 | 74 | elf32lmip.sh |
7e11b1db | 75 | elf32lppc.sh |
c361ce46 | 76 | elf32ppc.sh |
b008b7bf KR |
77 | elf32b4300.sh |
78 | elf32l4300.sh | |
539ae61d | 79 | elf64alpha.sh |
3f38a017 | 80 | elf64_sparc.sh |
03451d7f | 81 | elf_i386.sh |
8ddef552 | 82 | gld960.sh |
c610b46c | 83 | gld960coff.sh |
8ddef552 DM |
84 | go32.sh |
85 | h8300.sh | |
8f207409 | 86 | h8300h.sh |
cce8528d | 87 | h8300s.sh |
8ddef552 | 88 | h8500.sh |
5fe60d73 SC |
89 | h8500b.sh |
90 | h8500c.sh | |
5fe60d73 | 91 | h8500m.sh |
3f38a017 | 92 | h8500s.sh |
8ddef552 DM |
93 | hp300bsd.sh |
94 | hp3hpux.sh | |
6cc2ced1 | 95 | hppaelf.sh |
8ddef552 DM |
96 | i386aout.sh |
97 | i386bsd.sh | |
98 | i386coff.sh | |
6c86b9ff | 99 | i386go32.sh |
7ff42880 | 100 | i386linux.sh |
bd7b78f7 | 101 | i386lynx.sh |
46cc3ed1 | 102 | i386mach.sh |
a2fb6995 KR |
103 | i386moss.sh |
104 | i386msdos.sh | |
32286e08 | 105 | i386nbsd.sh |
9ff30f20 | 106 | i386nw.sh |
3f38a017 | 107 | i386pe.sh |
8ddef552 | 108 | lnk960.sh |
e295a90d | 109 | m68k4knbsd.sh |
0573a3b1 | 110 | m68kaout.sh |
40ab9bb9 | 111 | m68kaux.sh |
8ddef552 | 112 | m68kcoff.sh |
575a4d91 | 113 | m68kelf.sh |
228b04d2 | 114 | m68klinux.sh |
bd7b78f7 | 115 | m68klynx.sh |
e574ddd4 | 116 | m68knbsd.sh |
307585f1 | 117 | m68kpsos.sh |
8ddef552 DM |
118 | m88kbcs.sh |
119 | mipsbig.sh | |
120 | mipsbsd.sh | |
121 | mipsidt.sh | |
122 | mipsidtl.sh | |
123 | mipslit.sh | |
96e34542 | 124 | mn10300.sh |
8ddef552 | 125 | news.sh |
32286e08 | 126 | ns32knbsd.sh |
1ab4cd57 | 127 | pc532macha.sh |
9079ed57 | 128 | ppcmacos.sh |
9ff30f20 | 129 | ppcnw.sh |
070eddd9 | 130 | ppcpe.sh |
8e0e09f6 | 131 | riscix.sh |
8ddef552 DM |
132 | sa29200.sh |
133 | sh.sh | |
efd48a6a | 134 | shelf.sh |
6ae98644 | 135 | shl.sh |
efd48a6a | 136 | shlelf.sh |
02df835b | 137 | sparcaout.sh |
278d569a | 138 | sparclynx.sh |
32286e08 | 139 | sparcnbsd.sh |
8ddef552 DM |
140 | st2000.sh |
141 | sun3.sh | |
142 | sun4.sh | |
143 | vanilla.sh | |
144 | vax.sh | |
de9425a8 | 145 | vsta.sh |
506f4ede | 146 | w65.sh |
66a61efd SC |
147 | z8001.sh |
148 | z8002.sh | |
8ddef552 DM |
149 | |
150 | Things-to-lose: | |
151 | ||
152 | # The lines between the "Do-last:" line and the end of the file | |
153 | # are executed as a /bin/sh shell script after everything else is | |
154 | # done. | |
155 | ||
156 | Do-last: |