Merge MPW ChangeLog with generic ChangeLog
[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
066f301d 18mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
7d1257bb 19
066f301d
SS
20if ( echo $* | grep keep\-mpw > /dev/null ) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
7d1257bb 22else
066f301d 23 lose_these_too="${mpw_files} ${lose_these_too}"
5fd51993 24fi
86e4d6e4
RP
25
26# All files listed between the "Things-to-keep:" line and the
27# "Files-to-sed:" line will be kept. All other files will be removed.
28# Directories listed in this section will have their own Sanitize
29# called. Directories not listed will be removed in their entirety
30# with rm -rf.
31
32Things-to-keep:
33
34ChangeLog
35Makefile.in
9c994225 36NEWS
5a77e916 37README
86e4d6e4
RP
38TODO
39alloca.c
05b47bfb 40ar.1
5a77e916 41ar.c
c0cc6912 42arlex.l
aef3999f 43arparse.y
c0cc6912
SC
44arsup.c
45arsup.h
c83497f5 46binutils.texi
86e4d6e4 47bucomm.c
5a77e916 48bucomm.h
e52e2acd
SC
49coffdump.c
50coffgrok.c
51coffgrok.h
52config
0ce51ae9 53configure.bat
86e4d6e4 54configure.in
c6474837 55cxxfilt.man
86e4d6e4
RP
56filemode.c
57gmalloc.c
5a77e916
SC
58is-ranlib.c
59is-strip.c
5a77e916
SC
60maybe-ranlib.c
61maybe-strip.c
3883531f 62nlmconv.1
d130c9c5
ILT
63nlmconv.c
64nlmconv.h
65nlmheader.y
5a77e916 66nm.1
86e4d6e4 67nm.c
5a77e916
SC
68not-ranlib.c
69not-strip.c
3ac620d4 70objcopy.1
df14d957 71objcopy.c
5a77e916 72objdump.1
86e4d6e4 73objdump.c
5a77e916 74ranlib.1
06a97fbd 75ranlib.sh
aef3999f 76sanity.sh
5a77e916 77size.1
86e4d6e4 78size.c
e52e2acd 79srconv.c
ba7c8e29
DM
80strings.1
81strings.c
5a77e916 82strip.1
e52e2acd
SC
83sysdump.c
84sysinfo.y
85syslex.l
86sysroff.info
fdee1696 87testsuite
86e4d6e4
RP
88version.c
89
87756e15
RP
90Things-to-lose:
91
86e4d6e4 92Do-last:
This page took 0.146012 seconds and 4 git commands to generate.