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