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