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