46f4e075245b892769e277028e0cc739d85e4aa9
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 ChangeLog
31 aout_gnu.h
32 atof-ieee.c
33 atof-ns32k.c
34 atof-vax.c
35 coff_gnu.h
36 cplus-dem.c
37 ebmon29k.mt
38 h8300.mt
39 h8300hds.mt
40 ho-ansi.h
41 ho-decstation.h
42 ho-generic.h
43 ho-go32.h
44 ho-hpux.h
45 ho-i386.h
46 ho-i386aix.h
47 ho-rs6000.h
48 ho-sun3.h
49 ho-sun386.h
50 ho-sun4.h
51 ho-sunos.h
52 ho-sysv.h
53 ho-vax.h
54 i386aix.mt
55 m68k.mt
56 m88k-opcode.h
57 m88k.patches
58 mh-i386
59 mh-i386aix
60 mips.mt
61 mt-ebmon29k
62 mt-h8300
63 mt-h8300hds
64 mt-m68k
65 mt-mips
66 mt-rs6000
67 obj-aout.c
68 obj-aout.h
69 obj-bfd-sunos.c
70 obj-bfd-sunos.h
71 obj-bout.c
72 obj-bout.h
73 obj-coff.c
74 obj-coff.h
75 obj-coffbfd.c
76 obj-coffbfd.h
77 obj-generic.c
78 obj-generic.h
79 obj-ieee.c
80 obj-ieee.h
81 rs6000.mt
82 tc-a29k.c
83 tc-a29k.h
84 tc-generic.c
85 tc-generic.h
86 tc-h8300.c
87 tc-h8300.h
88 tc-i386.c
89 tc-i386.h
90 tc-i860.c
91 tc-i860.h
92 tc-i960.c
93 tc-i960.h
94 tc-m68851.h
95 tc-m68k.c
96 tc-m68k.h
97 tc-m68kmote.c
98 tc-m68kmote.h
99 tc-m88k.c
100 tc-m88k.h
101 tc-mips.c
102 tc-mips.h
103 tc-ns32k.c
104 tc-ns32k.h
105 tc-rs6000.c
106 tc-rs6000.h
107 tc-sparc.c
108 tc-sparc.h
109 tc-vax.c
110 tc-vax.h
111 tc-z8k.c
112 tc-z8k.h
113 te-dpx2.h
114 te-generic.h
115 te-i386aix.h
116 te-ic960.h
117 te-sco386.h
118 te-sun3.h
119 te-sysv32.h
120 vax-inst.h
121 vms
122 z8k.mt
123
124
125
126 Do-last:
127
128 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
129 echo Keeping v9 stuff in tc-sparc.c.
130 else
131 echo Cleaning tc-sparc.c...
132 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
133 if [ -n "${safe}" ] ; then
134 cp tc-sparc.c .Recover
135 fi
136 mv new tc-sparc.c
137 fi
138
139 echo Done in `pwd`.
140
141 #
142 #
143 # $Log$
144 # Revision 1.25 1992/08/31 00:01:22 wilson
145 # Resolve someone else's CVS update conflict.
146 #
147 # Revision 1.24 1992/08/25 22:12:38 sac
148 # Support for the Z8k
149 #
150 # Revision 1.23 1992/07/23 18:23:44 gumby
151 # Keep OSE support
152 #
153 # Revision 1.22 1992/05/07 00:24:39 sac
154 # Keep the 29k config file
155 #
156 # Revision 1.21 1992/02/27 18:52:18 sac
157 # Dos File renaming
158 #
159 # Revision 1.20 1992/02/26 08:54:09 tiemann
160 # Keep a.out.gnu.h, not a.out.h (which no longer exists).
161 #
162 # Revision 1.19 1992/02/22 00:24:13 sac
163 # How to compile gas on a PC
164 #
165 # Revision 1.18 1992/02/18 10:18:32 rich
166 # keep ChangeLog
167 #
168 # Revision 1.17 1992/02/18 10:13:57 rich
169 # keep the new file
170 #
171 # Revision 1.16 1992/02/17 16:02:58 rich
172 # record that files were removed
173 #
174 # Revision 1.15 1992/02/17 15:53:46 rich
175 # fighting bitrot in a major way
176 #
177 # Revision 1.14 1992/02/13 10:13:24 rich
178 # clean up Sanitize for gas
179 #
180 # Revision 1.13 1992/02/11 00:51:52 sac
181 # New files for MRI syntax assembler
182 #
183 # Revision 1.12 1991/12/12 03:34:31 sac
184 # renamed obj-coff-bfd to obj-coffbfd
185 #
186 # Revision 1.11 1991/11/27 22:28:57 sac
187 # Added obj-coff-bfd* and mt-h8300hds
188 #
189 # Revision 1.10 1991/11/26 02:16:55 sac
190 # obj-coff-bfd:
191 # bfd support gets deeper into gas
192 # *h8*
193 # fixed numerous bugs in instruction encoding
194 #
195 # Revision 1.9 1991/11/11 23:36:39 sac
196 # Added tc-sparc.c
197 #
198 # Revision 1.8 1991/11/06 11:53:16 sac
199 # Wouldn't it be nice if Sanitize ignored spaces ?
200 #
201 # Revision 1.7 1991/11/06 09:14:33 sac
202 # Uniq contents, since configure gets confused if the same file is in more than once.
203 #
204 # Revision 1.6 1991/11/05 21:21:12 sac
205 # Added a load of mt/mh files
206 #
207 # Revision 1.5 1991/10/22 03:26:06 steve
208 # tmake-ebmon
209 #
210 # Revision 1.4 1991/09/04 01:55:53 rich
211 # test & recover a better way.
212 #
213 # Revision 1.3 1991/09/02 21:26:15 rich
214 # "recover" tc-sparc.c
215 #
216 # Revision 1.2 1991/09/02 01:03:38 rich
217 # Correct a few things.
218 #
219 # Revision 1.1 1991/05/23 17:09:03 rich
220 # Initial revision
221 #
222 #
223 #
224
225 # End of file.
This page took 0.033875 seconds and 4 git commands to generate.