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