]>
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: | |
87756e15 | 25 | |
08942d11 | 26 | COPYING |
9ef1e2da | 27 | PORTING |
86835b01 | 28 | doc |
08942d11 RP |
29 | ChangeLog |
30 | Makefile.in | |
c268b400 | 31 | README.hppaelf |
08942d11 | 32 | TODO |
8c1891af | 33 | VERSION |
60ac749c | 34 | aix386-core.c |
08942d11 RP |
35 | aout32.c |
36 | aout64.c | |
37 | aoutf1.h | |
08942d11 | 38 | aoutx.h |
4846e30f | 39 | aout-adobe.c |
9e2b3581 | 40 | aout-encap.c |
a89f7423 | 41 | aout-target.h |
08942d11 RP |
42 | archive.c |
43 | archures.c | |
901c5bfd | 44 | bfd-in.h |
b9653d81 | 45 | bfd-in2.h |
08942d11 | 46 | bfd.c |
08942d11 RP |
47 | bout.c |
48 | cache.c | |
e181b631 | 49 | ctor.c |
5f8f6d56 | 50 | coff-alpha.c |
156e3852 | 51 | coff-a29k.c |
71e34032 | 52 | coff-h8300.c |
ff975a2c | 53 | coff-h8500.c |
156e3852 JG |
54 | coff-i386.c |
55 | coff-i960.c | |
56 | coff-m68k.c | |
57 | coff-m88k.c | |
58 | coff-mips.c | |
583f79e9 | 59 | coff-msym.c |
156e3852 | 60 | coff-rs6000.c |
9faacb92 | 61 | coff-sh.c |
c7551f76 | 62 | coff-we32k.c |
d41ab714 | 63 | coff-z8k.c |
08942d11 | 64 | coffcode.h |
075caafd ILT |
65 | coffgen.c |
66 | coffswap.h | |
fb1c4481 | 67 | config |
13b351cc | 68 | configure.bat |
08942d11 | 69 | configure.in |
5a5fa368 | 70 | configure.host |
6f715d66 | 71 | core.c |
08942d11 | 72 | demo64.c |
cef91d75 | 73 | elf.c |
c268b400 KR |
74 | elf32-hppa.c |
75 | elf32-hppa.h | |
4743848f KR |
76 | elf32-i386.c |
77 | elf32-i860.c | |
78 | elf32-m68k.c | |
79 | elf32-sparc.c | |
2c4f2c72 JK |
80 | elf32-m88k.c |
81 | elf32-mips.c | |
4743848f KR |
82 | elf32-target.h |
83 | elf32.c | |
4bf86ecb | 84 | elf64.c |
ef7e172e | 85 | elfcode.h |
08942d11 | 86 | filemode.c |
6f715d66 | 87 | format.c |
608de555 | 88 | gen-aout.c |
08942d11 | 89 | host-aout.c |
90c7c720 | 90 | hosts |
c268b400 | 91 | hp300hpux.c |
76b731f9 | 92 | hppa.c |
cef91d75 | 93 | hppa_stubs.h |
b7de6963 | 94 | i386aout.c |
256b39e0 | 95 | i386bsd.c |
afff60cd | 96 | i386linux.c |
aef0bd99 | 97 | i386lynx.c |
08942d11 | 98 | ieee.c |
141c97ea | 99 | libaout.h |
901c5bfd | 100 | libbfd-in.h |
4743848f | 101 | libelf.h |
5f8f6d56 | 102 | cpu-alpha.c |
63ffe5ef SC |
103 | cpu-a29k.c |
104 | cpu-i386.c | |
105 | cpu-m68k.c | |
106 | cpu-mips.c | |
107 | cpu-vax.c | |
108 | cpu-h8300.c | |
ff975a2c | 109 | cpu-h8500.c |
76b731f9 | 110 | cpu-hppa.c |
63ffe5ef SC |
111 | cpu-i960.c |
112 | cpu-m88k.c | |
cc97dfbb | 113 | cpu-rs6000.c |
9faacb92 | 114 | cpu-sh.c |
c7551f76 | 115 | cpu-we32k.c |
d41ab714 | 116 | cpu-z8k.c |
1d535e75 | 117 | hp300bsd.c |
63ffe5ef | 118 | init.c |
63ffe5ef | 119 | cpu-sparc.c |
08942d11 RP |
120 | libbfd.c |
121 | libbfd.h | |
901c5bfd | 122 | libcoff-in.h |
08942d11 | 123 | libcoff.h |
a3b3dbdd | 124 | libecoff.h |
76b731f9 | 125 | libhppa.h |
08942d11 RP |
126 | libieee.h |
127 | liboasys.h | |
044c1ba9 | 128 | mipsbsd.c |
08942d11 RP |
129 | newsos3.c |
130 | oasys.c | |
131 | opncls.c | |
6f715d66 | 132 | reloc.c |
075caafd | 133 | reloc16.c |
cf15d9e9 | 134 | rs6000-core.c |
42c39b69 | 135 | sco-core.c |
e98e6ec1 | 136 | seclet.c |
dc72b0b6 | 137 | seclet.h |
6f715d66 | 138 | section.c |
08942d11 | 139 | srec.c |
7de245d3 | 140 | stab-syms.c |
08942d11 | 141 | sunos.c |
6f715d66 | 142 | syms.c |
08942d11 | 143 | targets.c |
a14b2941 | 144 | tekhex.c |
08942d11 | 145 | trad-core.c |
08942d11 | 146 | |
87756e15 RP |
147 | Things-to-lose: |
148 | ||
08942d11 RP |
149 | Do-last: |
150 | ||
b9653d81 KR |
151 | if ( echo $* | grep keep\-v9 > /dev/null ) ; then |
152 | echo Keeping v9 stuff in configure.in. | |
153 | else | |
154 | echo Cleaning configure.in ... | |
155 | grep -v v9 < configure.in > new | |
156 | if [ -n "${safe}" ] ; then | |
157 | cp configure.in .Recover | |
158 | fi | |
159 | mv new configure.in | |
160 | fi | |
161 | ||
08942d11 | 162 | # End of file. |