Keep mt-vxworks{68,960}.
[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
37README-vms-dbg
38README.coff
39README.rich
40app.c
41as.c
42as.h
43atof-generic.c
d4d5412d
RP
44bignum-copy.c
45bignum.h
46cond.c
47config
d4d5412d
RP
48configure.in
49debug.c
50expr.c
51expr.h
52flonum-const.c
53flonum-copy.c
54flonum-mult.c
55flonum.h
56frags.c
57frags.h
58hash.c
59hash.h
60hex-value.c
61input-file.c
62input-file.h
63input-scrub.c
64make-gas.com
65messages.c
66obj.h
67objdump.c
68output-file.c
69output-file.h
70read.c
71read.h
72strstr.c
73struc-symbol.h
74subsegs.c
75subsegs.h
76symbols.c
77symbols.h
78tc.h
79version.c
80write.c
81write.h
82xmalloc.c
83xrealloc.c
84
85Do-last:
86
87echo Done in `pwd`.
88
89#
90#
91# $Log$
1a315703
RP
92# Revision 1.3 1991/10/10 11:58:04 rich
93# updating
94#
95# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
96# Correcting some things.
97#
98# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
99# Initial revision
100#
101#
102#
103
104# End of file.
This page took 0.036809 seconds and 4 git commands to generate.