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