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