Added a load of mt/mh files
[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 mh-a29k
36 mt-ebmon29k
37 mt-m68k
38 obj-ieee.h
39 tc-mips.c
40 mh-cygnus
41 mt-h8300
42 mt-mips
43 tc-h8300.c
44 tc-mips.h
45 mh-i386
46 mt-h8300hds
47 obj-ieee.c
48 tc-h8300.h
49 tc-sparc.c
50 mh-a29k
51 mh-cygnus
52 ho-a29k.h
53 ho-ansi.h
54 ho-cygnus.h
55 ho-decstation.h
56 ho-generic.h
57 ho-hpux.h
58 ho-i386.h
59 ho-rs6000.h
60 ho-sun3.h
61 ho-sun386.h
62 ho-sun4.h
63 ho-sunos.h
64 ho-sysv.h
65 ho-vax.h
66 obj-aout.c
67 obj-aout.h
68 obj-bfd-sunos.c
69 obj-bfd-sunos.h
70 obj-bout.c
71 obj-bout.h
72 obj-coff.c
73 obj-coff.h
74 obj-generic.c
75 obj-generic.h
76 ranlib.h
77 signame.h
78 stab.h
79 tc-a29k.c
80 tc-a29k.h
81 tc-generic.c
82 tc-generic.h
83 tc-i386.c
84 tc-i386.h
85 tc-i860.c
86 tc-i860.h
87 tc-i960.c
88 tc-i960.h
89 tc-m68851.h
90 tc-m68k.c
91 tc-m68k.h
92 tc-ns32k.c
93 tc-ns32k.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-motor.h
102 te-sco386.h
103 te-sparc.h
104 te-sun3.h
105 te-unisoft.h
106 tmake-m68k
107 vax-inst.h
108 vms
109
110 Do-last:
111
112 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
113 echo Keeping v9 stuff in tc-sparc.c.
114 else
115 echo Cleaning tc-sparc.c...
116 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
117 if [ -n "${safe}" ] ; then
118 cp tc-sparc.c .Recover
119 fi
120 mv new tc-sparc.c
121 fi
122
123 echo Done in `pwd`.
124
125 #
126 #
127 # $Log$
128 # Revision 1.6 1991/11/05 21:21:12 sac
129 # Added a load of mt/mh files
130 #
131 # Revision 1.5 1991/10/22 03:26:06 steve
132 # tmake-ebmon
133 #
134 # Revision 1.4 1991/09/04 01:55:53 rich
135 # test & recover a better way.
136 #
137 # Revision 1.3 1991/09/02 21:26:15 rich
138 # "recover" tc-sparc.c
139 #
140 # Revision 1.2 1991/09/02 01:03:38 rich
141 # Correct a few things.
142 #
143 # Revision 1.1 1991/05/23 17:09:03 rich
144 # Initial revision
145 #
146 #
147 #
148
149 # End of file.
This page took 0.033763 seconds and 5 git commands to generate.