*** empty log message ***
[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
30a.out.h
31atof-ieee.c
32atof-vax.c
33coff.gnu.h
34cplus-dem.c
35hmake-a29k
36hmake-cygnus
37hmake-i386
38ho-a29k.h
39ho-ansi.h
40ho-cygnus.h
a71150bd 41ho-decstation.h
0fd8d5d9
RP
42ho-generic.h
43ho-hpux.h
44ho-i386.h
0fd8d5d9
RP
45ho-rs6000.h
46ho-sun3.h
47ho-sun386.h
48ho-sun4.h
49ho-sunos.h
50ho-sysv.h
51ho-vax.h
52obj-aout.c
53obj-aout.h
54obj-bfd-sunos.c
55obj-bfd-sunos.h
56obj-bout.c
57obj-bout.h
58obj-coff.c
59obj-coff.h
60obj-generic.c
61obj-generic.h
62ranlib.h
63signame.h
64stab.h
65tc-a29k.c
66tc-a29k.h
67tc-generic.c
68tc-generic.h
69tc-i386.c
70tc-i386.h
71tc-i860.c
72tc-i860.h
73tc-i960.c
74tc-i960.h
75tc-m68851.h
76tc-m68k.c
77tc-m68k.h
78tc-ns32k.c
79tc-ns32k.h
80tc-sparc.c
81tc-sparc.h
82tc-vax.c
83tc-vax.h
84te-dpx2.h
85te-generic.h
86te-ic960.h
87te-motor.h
88te-sco386.h
89te-sparc.h
90te-sun3.h
91te-unisoft.h
a71150bd 92tmake-m68k
0fd8d5d9
RP
93vax-inst.h
94vms
95
96Do-last:
97
98if ( echo $* | grep keep\-v9 > /dev/null ) ; then
99 echo Keeping v9 stuff in tc-sparc.c.
100else
101 echo Cleaning tc-sparc.c...
102 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
3116e6cf
RP
103 if [ -n "${safe}" ] ; then
104 cp tc-sparc.c .Recover
105 fi
0fd8d5d9
RP
106 mv new tc-sparc.c
107fi
108
109echo Done in `pwd`.
110
111#
112#
113# $Log$
3116e6cf
RP
114# Revision 1.4 1991/09/04 01:55:53 rich
115# test & recover a better way.
116#
117# Revision 1.3 1991/09/02 21:26:15 rich
8e25c1fa
RP
118# "recover" tc-sparc.c
119#
120# Revision 1.2 1991/09/02 01:03:38 rich
a71150bd
RP
121# Correct a few things.
122#
123# Revision 1.1 1991/05/23 17:09:03 rich
0fd8d5d9
RP
124# Initial revision
125#
126#
127#
128
129# End of file.
This page took 0.033306 seconds and 4 git commands to generate.