* configure.in: Rewrite to use autoconf.
[deliverable/binutils-gdb.git] / binutils / .Sanitize
CommitLineData
7d1257bb 1# .Sanitize for devo/binutils.
86e4d6e4 2
5fd51993 3# Each directory to survive its way into a release will need a file
86e4d6e4
RP
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
42d11afa 14# done in this directory.
86e4d6e4
RP
15
16Do-first:
17
86e4d6e4
RP
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
26ChangeLog
27Makefile.in
9c994225 28NEWS
5a77e916 29README
86e4d6e4 30TODO
5ab6ca68
ILT
31acconfig.h
32aclocal.m4
86e4d6e4 33alloca.c
05b47bfb 34ar.1
5a77e916 35ar.c
c0cc6912 36arlex.l
aef3999f 37arparse.y
c0cc6912
SC
38arsup.c
39arsup.h
c83497f5 40binutils.texi
86e4d6e4 41bucomm.c
5a77e916 42bucomm.h
e52e2acd
SC
43coffdump.c
44coffgrok.c
45coffgrok.h
46config
5ab6ca68
ILT
47config.h.in
48configure
0ce51ae9 49configure.bat
86e4d6e4 50configure.in
c6474837 51cxxfilt.man
765e60a9
SC
52dlltool.c
53defparse.y
54deflex.l
86e4d6e4
RP
55filemode.c
56gmalloc.c
5a77e916
SC
57is-ranlib.c
58is-strip.c
5a77e916
SC
59maybe-ranlib.c
60maybe-strip.c
162bcd89
SS
61mpw-config.in
62mpw-make.in
3883531f 63nlmconv.1
d130c9c5
ILT
64nlmconv.c
65nlmconv.h
66nlmheader.y
5a77e916 67nm.1
86e4d6e4 68nm.c
5a77e916
SC
69not-ranlib.c
70not-strip.c
3ac620d4 71objcopy.1
df14d957 72objcopy.c
5a77e916 73objdump.1
86e4d6e4 74objdump.c
5a77e916 75ranlib.1
06a97fbd 76ranlib.sh
aef3999f 77sanity.sh
5a77e916 78size.1
86e4d6e4 79size.c
e52e2acd 80srconv.c
ba7c8e29
DM
81strings.1
82strings.c
5a77e916 83strip.1
e52e2acd
SC
84sysdump.c
85sysinfo.y
86syslex.l
87sysroff.info
fdee1696 88testsuite
86e4d6e4
RP
89version.c
90
87756e15
RP
91Things-to-lose:
92
86e4d6e4 93Do-last:
This page took 0.193647 seconds and 4 git commands to generate.