]>
Commit | Line | Data |
---|---|---|
aee06af3 | 1 | # Sanitize.in for devo/bfd. |
08942d11 RP |
2 | |
3 | # Each directory to survive it's 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 | |
15 | ||
16 | Do-first: | |
17 | ||
08942d11 RP |
18 | # All files listed between the "Things-to-keep:" line and the |
19 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
20 | # Directories listed in this section will have their own Sanitize | |
21 | # called. Directories not listed will be removed in their entirety | |
22 | # with rm -rf. | |
23 | ||
24 | Things-to-keep: | |
08942d11 | 25 | COPYING |
9ef1e2da | 26 | PORTING |
86835b01 | 27 | doc |
08942d11 RP |
28 | ChangeLog |
29 | Makefile.in | |
c268b400 | 30 | README.hppaelf |
08942d11 | 31 | TODO |
8c1891af | 32 | VERSION |
60ac749c | 33 | aix386-core.c |
08942d11 RP |
34 | aout32.c |
35 | aout64.c | |
36 | aoutf1.h | |
08942d11 | 37 | aoutx.h |
4846e30f | 38 | aout-adobe.c |
9e2b3581 | 39 | aout-encap.c |
a89f7423 | 40 | aout-target.h |
08942d11 RP |
41 | archive.c |
42 | archures.c | |
901c5bfd | 43 | bfd-in.h |
08942d11 | 44 | bfd.c |
08942d11 RP |
45 | bout.c |
46 | cache.c | |
e181b631 | 47 | ctor.c |
5f8f6d56 | 48 | coff-alpha.c |
156e3852 | 49 | coff-a29k.c |
71e34032 | 50 | coff-h8300.c |
ff975a2c | 51 | coff-h8500.c |
156e3852 JG |
52 | coff-i386.c |
53 | coff-i960.c | |
54 | coff-m68k.c | |
55 | coff-m88k.c | |
56 | coff-mips.c | |
583f79e9 | 57 | coff-msym.c |
156e3852 | 58 | coff-rs6000.c |
9faacb92 | 59 | coff-sh.c |
c7551f76 | 60 | coff-we32k.c |
d41ab714 | 61 | coff-z8k.c |
08942d11 | 62 | coffcode.h |
075caafd ILT |
63 | coffgen.c |
64 | coffswap.h | |
fb1c4481 | 65 | config |
13b351cc | 66 | configure.bat |
08942d11 | 67 | configure.in |
5a5fa368 | 68 | configure.host |
6f715d66 | 69 | core.c |
08942d11 | 70 | demo64.c |
c268b400 KR |
71 | elf32-hppa.c |
72 | elf32-hppa.h | |
4743848f KR |
73 | elf32-i386.c |
74 | elf32-i860.c | |
75 | elf32-m68k.c | |
76 | elf32-sparc.c | |
77 | elf32-target.h | |
78 | elf32.c | |
08942d11 | 79 | filemode.c |
6f715d66 | 80 | format.c |
608de555 | 81 | gen-aout.c |
08942d11 | 82 | host-aout.c |
90c7c720 | 83 | hosts |
c268b400 | 84 | hp300hpux.c |
76b731f9 | 85 | hppa.c |
b7de6963 | 86 | i386aout.c |
256b39e0 | 87 | i386bsd.c |
afff60cd | 88 | i386linux.c |
08942d11 | 89 | ieee.c |
141c97ea | 90 | libaout.h |
901c5bfd | 91 | libbfd-in.h |
4743848f | 92 | libelf.h |
5f8f6d56 | 93 | cpu-alpha.c |
63ffe5ef SC |
94 | cpu-a29k.c |
95 | cpu-i386.c | |
96 | cpu-m68k.c | |
97 | cpu-mips.c | |
98 | cpu-vax.c | |
99 | cpu-h8300.c | |
ff975a2c | 100 | cpu-h8500.c |
76b731f9 | 101 | cpu-hppa.c |
63ffe5ef SC |
102 | cpu-i960.c |
103 | cpu-m88k.c | |
cc97dfbb | 104 | cpu-rs6000.c |
9faacb92 | 105 | cpu-sh.c |
c7551f76 | 106 | cpu-we32k.c |
d41ab714 | 107 | cpu-z8k.c |
1d535e75 | 108 | hp300bsd.c |
63ffe5ef | 109 | init.c |
63ffe5ef | 110 | cpu-sparc.c |
08942d11 RP |
111 | libbfd.c |
112 | libbfd.h | |
901c5bfd | 113 | libcoff-in.h |
08942d11 | 114 | libcoff.h |
a3b3dbdd | 115 | libecoff.h |
76b731f9 | 116 | libhppa.h |
08942d11 RP |
117 | libieee.h |
118 | liboasys.h | |
044c1ba9 | 119 | mipsbsd.c |
08942d11 RP |
120 | newsos3.c |
121 | oasys.c | |
122 | opncls.c | |
6f715d66 | 123 | reloc.c |
075caafd | 124 | reloc16.c |
cf15d9e9 | 125 | rs6000-core.c |
42c39b69 | 126 | sco-core.c |
e98e6ec1 | 127 | seclet.c |
dc72b0b6 | 128 | seclet.h |
6f715d66 | 129 | section.c |
08942d11 | 130 | srec.c |
7de245d3 | 131 | stab-syms.c |
08942d11 | 132 | sunos.c |
6f715d66 | 133 | syms.c |
08942d11 | 134 | targets.c |
a14b2941 | 135 | tekhex.c |
08942d11 | 136 | trad-core.c |
08942d11 RP |
137 | |
138 | Do-last: | |
139 | ||
08942d11 | 140 | # End of file. |