Fixed the line break as a test for cvs ci.
[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`...
8e25c1fa 21recover="tc-sparc.c"
0fd8d5d9
RP
22
23# All files listed between the "Things-to-keep:" line and the
24# "Files-to-sed:" line will be kept. All other files will be removed.
25# Directories listed in this section will have their own Sanitize
26# called. Directories not listed will be removed in their entirety
27# with rm -rf.
28
29Things-to-keep:
30
31a.out.h
32atof-ieee.c
33atof-vax.c
34coff.gnu.h
35cplus-dem.c
36hmake-a29k
37hmake-cygnus
38hmake-i386
39ho-a29k.h
40ho-ansi.h
41ho-cygnus.h
a71150bd 42ho-decstation.h
0fd8d5d9
RP
43ho-generic.h
44ho-hpux.h
45ho-i386.h
0fd8d5d9
RP
46ho-rs6000.h
47ho-sun3.h
48ho-sun386.h
49ho-sun4.h
50ho-sunos.h
51ho-sysv.h
52ho-vax.h
53obj-aout.c
54obj-aout.h
55obj-bfd-sunos.c
56obj-bfd-sunos.h
57obj-bout.c
58obj-bout.h
59obj-coff.c
60obj-coff.h
61obj-generic.c
62obj-generic.h
63ranlib.h
64signame.h
65stab.h
66tc-a29k.c
67tc-a29k.h
68tc-generic.c
69tc-generic.h
70tc-i386.c
71tc-i386.h
72tc-i860.c
73tc-i860.h
74tc-i960.c
75tc-i960.h
76tc-m68851.h
77tc-m68k.c
78tc-m68k.h
79tc-ns32k.c
80tc-ns32k.h
81tc-sparc.c
82tc-sparc.h
83tc-vax.c
84tc-vax.h
85te-dpx2.h
86te-generic.h
87te-ic960.h
88te-motor.h
89te-sco386.h
90te-sparc.h
91te-sun3.h
92te-unisoft.h
a71150bd 93tmake-m68k
0fd8d5d9
RP
94vax-inst.h
95vms
96
97Do-last:
98
99if ( echo $* | grep keep\-v9 > /dev/null ) ; then
100 echo Keeping v9 stuff in tc-sparc.c.
101else
102 echo Cleaning tc-sparc.c...
103 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
104 mv new tc-sparc.c
105fi
106
107echo Done in `pwd`.
108
109#
110#
111# $Log$
8e25c1fa
RP
112# Revision 1.3 1991/09/02 21:26:15 rich
113# "recover" tc-sparc.c
114#
115# Revision 1.2 1991/09/02 01:03:38 rich
a71150bd
RP
116# Correct a few things.
117#
118# Revision 1.1 1991/05/23 17:09:03 rich
0fd8d5d9
RP
119# Initial revision
120#
121#
122#
123
124# End of file.
This page took 0.030451 seconds and 4 git commands to generate.