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