]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/.Sanitize
* xm-vaxbsd.h: Close off comment.
[thirdparty/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
40README.rich
e530f5c4 41a.out.gnu.h
d4d5412d
RP
42app.c
43as.c
44as.h
45atof-generic.c
d4d5412d
RP
46bignum-copy.c
47bignum.h
48cond.c
49config
28bf2d31 50configdos.bat
d4d5412d
RP
51configure.in
52debug.c
53expr.c
54expr.h
55flonum-const.c
56flonum-copy.c
57flonum-mult.c
58flonum.h
59frags.c
60frags.h
920babce 61gas-format.el
d4d5412d
RP
62hash.c
63hash.h
64hex-value.c
65input-file.c
66input-file.h
67input-scrub.c
920babce 68link.cmd
d7d28d22
RP
69listing.c
70listing.h
d4d5412d 71make-gas.com
28bf2d31 72makefile.dos
d4d5412d
RP
73messages.c
74obj.h
75objdump.c
920babce 76obsolete
d4d5412d
RP
77output-file.c
78output-file.h
79read.c
80read.h
81strstr.c
82struc-symbol.h
83subsegs.c
84subsegs.h
85symbols.c
86symbols.h
87tc.h
920babce
RP
88testscripts
89ver960.c
d4d5412d
RP
90version.c
91write.c
92write.h
93xmalloc.c
94xrealloc.c
95
96Do-last:
97
98echo Done in `pwd`.
99
100#
101#
102# $Log$
920babce
RP
103# Revision 1.7 1992/02/13 10:13:19 rich
104# clean up Sanitize for gas
105#
106# Revision 1.6 1992/01/17 20:54:32 rich
d7d28d22
RP
107# keep listing*
108#
109# Revision 1.5 1991/12/12 03:28:12 sac
28bf2d31
SC
110# Added makefile.dos configure.dos
111#
112# Revision 1.4 1991/12/09 11:58:44 tiemann
e530f5c4
MT
113# Keep a.out.gnu.h.
114#
115# Revision 1.3 1991/10/10 11:58:04 rich
1a315703
RP
116# updating
117#
118# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
119# Correcting some things.
120#
121# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
122# Initial revision
123#
124#
125#
126
127# End of file.