keep the new file
[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 a.out.h
31 atof-ieee.c
32 atof-ns32k.c
33 atof-vax.c
34 coff.gnu.h
35 cplus-dem.c
36 ho-ansi.h
37 ho-decstation.h
38 ho-generic.h
39 ho-hpux.h
40 ho-i386.h
41 ho-rs6000.h
42 ho-sun3.h
43 ho-sun386.h
44 ho-sun4.h
45 ho-sunos.h
46 ho-sysv.h
47 ho-vax.h
48 mh-i386
49 mt-ebmon29k
50 mt-h8300
51 mt-h8300hds
52 mt-m68k
53 mt-mips
54 mt-rs6000
55 obj-aout.c
56 obj-aout.h
57 obj-bfd-sunos.c
58 obj-bfd-sunos.h
59 obj-bout.c
60 obj-bout.h
61 obj-coff.c
62 obj-coff.h
63 obj-coffbfd.c
64 obj-coffbfd.h
65 obj-generic.c
66 obj-generic.h
67 obj-ieee.c
68 obj-ieee.h
69 tc-a29k.c
70 tc-a29k.h
71 tc-generic.c
72 tc-generic.h
73 tc-h8300.c
74 tc-h8300.h
75 tc-i386.c
76 tc-i386.h
77 tc-i860.c
78 tc-i860.h
79 tc-i960.c
80 tc-i960.h
81 tc-m68851.h
82 tc-m68k.c
83 tc-m68k.h
84 tc-m68kmote.c
85 tc-m68kmote.h
86 tc-mips.c
87 tc-mips.h
88 tc-ns32k.c
89 tc-ns32k.h
90 tc-rs6000.c
91 tc-rs6000.h
92 tc-sparc.c
93 tc-sparc.h
94 tc-vax.c
95 tc-vax.h
96 te-dpx2.h
97 te-generic.h
98 te-ic960.h
99 te-sco386.h
100 te-sun3.h
101 te-sysv32.h
102 vax-inst.h
103 vms
104
105
106
107 Do-last:
108
109 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
110 echo Keeping v9 stuff in tc-sparc.c.
111 else
112 echo Cleaning tc-sparc.c...
113 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
114 if [ -n "${safe}" ] ; then
115 cp tc-sparc.c .Recover
116 fi
117 mv new tc-sparc.c
118 fi
119
120 echo Done in `pwd`.
121
122 #
123 #
124 # $Log$
125 # Revision 1.17 1992/02/18 10:13:57 rich
126 # keep the new file
127 #
128 # Revision 1.16 1992/02/17 16:02:58 rich
129 # record that files were removed
130 #
131 # Revision 1.15 1992/02/17 15:53:46 rich
132 # fighting bitrot in a major way
133 #
134 # Revision 1.14 1992/02/13 10:13:24 rich
135 # clean up Sanitize for gas
136 #
137 # Revision 1.13 1992/02/11 00:51:52 sac
138 # New files for MRI syntax assembler
139 #
140 # Revision 1.12 1991/12/12 03:34:31 sac
141 # renamed obj-coff-bfd to obj-coffbfd
142 #
143 # Revision 1.11 1991/11/27 22:28:57 sac
144 # Added obj-coff-bfd* and mt-h8300hds
145 #
146 # Revision 1.10 1991/11/26 02:16:55 sac
147 # obj-coff-bfd:
148 # bfd support gets deeper into gas
149 # *h8*
150 # fixed numerous bugs in instruction encoding
151 #
152 # Revision 1.9 1991/11/11 23:36:39 sac
153 # Added tc-sparc.c
154 #
155 # Revision 1.8 1991/11/06 11:53:16 sac
156 # Wouldn't it be nice if Sanitize ignored spaces ?
157 #
158 # Revision 1.7 1991/11/06 09:14:33 sac
159 # Uniq contents, since configure gets confused if the same file is in more than once.
160 #
161 # Revision 1.6 1991/11/05 21:21:12 sac
162 # Added a load of mt/mh files
163 #
164 # Revision 1.5 1991/10/22 03:26:06 steve
165 # tmake-ebmon
166 #
167 # Revision 1.4 1991/09/04 01:55:53 rich
168 # test & recover a better way.
169 #
170 # Revision 1.3 1991/09/02 21:26:15 rich
171 # "recover" tc-sparc.c
172 #
173 # Revision 1.2 1991/09/02 01:03:38 rich
174 # Correct a few things.
175 #
176 # Revision 1.1 1991/05/23 17:09:03 rich
177 # Initial revision
178 #
179 #
180 #
181
182 # End of file.
This page took 0.034245 seconds and 5 git commands to generate.