Made less things defined by default, now builds on sun3 and sun4.
[deliverable/binutils-gdb.git] / gas / .Sanitize
CommitLineData
d4d5412d
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
30.gdbinit
31COPYING
32ChangeLog
33Makefile.in
34NOTES
35NOTES.config
36README
920babce 37README-quirks
d4d5412d
RP
38README-vms-dbg
39README.coff
542e1629
RP
40obstack.h
41obstack.c
42bit_fix.h
43strerror.c
d4d5412d 44README.rich
e530f5c4 45a.out.gnu.h
d4d5412d
RP
46app.c
47as.c
48as.h
49atof-generic.c
d4d5412d
RP
50bignum-copy.c
51bignum.h
52cond.c
53config
28bf2d31 54configdos.bat
d4d5412d
RP
55configure.in
56debug.c
a262a1b2 57doc
d4d5412d
RP
58expr.c
59expr.h
60flonum-const.c
61flonum-copy.c
62flonum-mult.c
63flonum.h
64frags.c
65frags.h
920babce 66gas-format.el
d4d5412d
RP
67hash.c
68hash.h
69hex-value.c
70input-file.c
71input-file.h
72input-scrub.c
920babce 73link.cmd
d7d28d22
RP
74listing.c
75listing.h
d4d5412d 76make-gas.com
28bf2d31 77makefile.dos
d4d5412d
RP
78messages.c
79obj.h
80objdump.c
920babce 81obsolete
d4d5412d
RP
82output-file.c
83output-file.h
84read.c
85read.h
86strstr.c
87struc-symbol.h
88subsegs.c
89subsegs.h
90symbols.c
91symbols.h
92tc.h
920babce
RP
93testscripts
94ver960.c
d4d5412d
RP
95version.c
96write.c
97write.h
98xmalloc.c
99xrealloc.c
100
101Do-last:
102
103echo Done in `pwd`.
104
105#
106#
107# $Log$
542e1629
RP
108# Revision 1.9 1992/02/17 15:52:52 rich
109# fighting bitrot in a major way
110#
111# Revision 1.8 1992/02/14 00:21:34 pesch
a262a1b2
RP
112# It's OK to keep the doc subdirectory, really.
113#
114# Revision 1.7 1992/02/13 10:13:19 rich
920babce
RP
115# clean up Sanitize for gas
116#
117# Revision 1.6 1992/01/17 20:54:32 rich
d7d28d22
RP
118# keep listing*
119#
120# Revision 1.5 1991/12/12 03:28:12 sac
28bf2d31
SC
121# Added makefile.dos configure.dos
122#
123# Revision 1.4 1991/12/09 11:58:44 tiemann
e530f5c4
MT
124# Keep a.out.gnu.h.
125#
126# Revision 1.3 1991/10/10 11:58:04 rich
1a315703
RP
127# updating
128#
129# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
130# Correcting some things.
131#
132# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
133# Initial revision
134#
135#
136#
137
138# End of file.
This page took 0.041362 seconds and 4 git commands to generate.