Reorder contents; reorganize new-host, new-target, and new-config
[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
abf2ca6c 48config.sub
d4d5412d
RP
49configure
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
67messages.c
68obj.h
69objdump.c
70output-file.c
71output-file.h
72read.c
73read.h
74strstr.c
75struc-symbol.h
76subsegs.c
77subsegs.h
78symbols.c
79symbols.h
80tc.h
81version.c
82write.c
83write.h
84xmalloc.c
85xrealloc.c
86
87Do-last:
88
89echo Done in `pwd`.
90
91#
92#
93# $Log$
abf2ca6c
RP
94# Revision 1.2 1991/09/02 01:05:04 rich
95# Correcting some things.
96#
97# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
98# Initial revision
99#
100#
101#
102
103# End of file.
This page took 0.040771 seconds and 4 git commands to generate.