keep new 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
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 aout_gnu.h
31 atof-ieee.c
32 atof-ns32k.c
33 atof-tahoe.c
34 atof-vax.c
35 coff_gnu.h
36 cplus-dem.c
37 ebmon29k.mt
38 h8300.mt
39 h8500.mt
40 h8300hds.mt
41 ho-ansi.h
42 ho-decstatn.h
43 ho-generic.h
44 ho-go32.h
45 ho-hpux.h
46 ho-i386.h
47 ho-i386aix.h
48 ho-irix.h
49 ho-mipsbsd.h
50 ho-rs6000.h
51 ho-sun3.h
52 ho-sun386.h
53 ho-sun4.h
54 ho-sunos.h
55 ho-sysv.h
56 ho-vax.h
57 ho-vms.h
58 i386coff.mt
59 m68k.mt
60 m68kcoff.mt
61 m88k-opcode.h
62 m88k.patches
63 mips-big.mt
64 mips-lit.mt
65 mips-opcode.h
66 obj-aout.c
67 obj-aout.h
68 obj-bout.c
69 obj-bout.h
70 obj-coff.c
71 obj-coff.h
72 obj-coffbfd.c
73 obj-coffbfd.h
74 obj-ecoff.c
75 obj-ecoff.h
76 obj-elf.c
77 obj-elf.h
78 obj-generic.c
79 obj-generic.h
80 obj-hp300.c
81 obj-hp300.h
82 obj-ieee.c
83 obj-ieee.h
84 obj-vms.c
85 obj-vms.h
86 sh.mt
87 sparc.mt
88 tc-a29k.c
89 tc-a29k.h
90 tc-generic.c
91 tc-generic.h
92 tc-h8300.c
93 tc-h8300.h
94 tc-h8500.c
95 tc-h8500.h
96 tc-hppa.c
97 tc-hppa.h
98 tc-i386.c
99 tc-i386.h
100 tc-i860.c
101 tc-i860.h
102 tc-i960.c
103 tc-i960.h
104 tc-m68851.h
105 tc-m68k.c
106 tc-m68k.h
107 tc-m88k.c
108 tc-m88k.h
109 tc-mips.c
110 tc-mips.h
111 tc-ns32k.c
112 tc-ns32k.h
113 tc-rs6000.c
114 tc-rs6000.h
115 tc-sh.c
116 tc-sh.h
117 tc-sparc.c
118 tc-sparc.h
119 tc-tahoe.c
120 tc-tahoe.h
121 tc-vax.c
122 tc-vax.h
123 tc-z8k.c
124 tc-z8k.h
125 te-386bsd.h
126 te-dpx2.h
127 te-generic.h
128 te-hp300.h
129 te-hppa.h
130 te-i386aix.h
131 te-ic960.h
132 te-irix.h
133 te-linux.h
134 te-sco386.h
135 te-sun3.h
136 te-sysv32.h
137 vax-inst.h
138 z8k.mt
139
140
141
142 Do-last:
143
144 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
145 echo Keeping v9 stuff in tc-sparc.c.
146 else
147 echo Cleaning tc-sparc.c...
148 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
149 if [ -n "${safe}" ] ; then
150 cp tc-sparc.c .Recover
151 fi
152 mv new tc-sparc.c
153 fi
154
155 # End of file.
This page took 0.047965 seconds and 5 git commands to generate.