SEPARATE_STAB_SECTIONS should be defined to 1, not empty.
[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
RP
30TODO
31alloca.c
05b47bfb 32ar.1
5a77e916 33ar.c
c0cc6912 34arlex.l
aef3999f 35arparse.y
c0cc6912
SC
36arsup.c
37arsup.h
c83497f5 38binutils.texi
86e4d6e4 39bucomm.c
5a77e916 40bucomm.h
e52e2acd
SC
41coffdump.c
42coffgrok.c
43coffgrok.h
44config
0ce51ae9 45configure.bat
86e4d6e4 46configure.in
c6474837 47cxxfilt.man
86e4d6e4
RP
48filemode.c
49gmalloc.c
5a77e916
SC
50is-ranlib.c
51is-strip.c
5a77e916
SC
52maybe-ranlib.c
53maybe-strip.c
162bcd89
SS
54mpw-config.in
55mpw-make.in
3883531f 56nlmconv.1
d130c9c5
ILT
57nlmconv.c
58nlmconv.h
59nlmheader.y
5a77e916 60nm.1
86e4d6e4 61nm.c
5a77e916
SC
62not-ranlib.c
63not-strip.c
3ac620d4 64objcopy.1
df14d957 65objcopy.c
5a77e916 66objdump.1
86e4d6e4 67objdump.c
5a77e916 68ranlib.1
06a97fbd 69ranlib.sh
aef3999f 70sanity.sh
5a77e916 71size.1
86e4d6e4 72size.c
e52e2acd 73srconv.c
ba7c8e29
DM
74strings.1
75strings.c
5a77e916 76strip.1
e52e2acd
SC
77sysdump.c
78sysinfo.y
79syslex.l
80sysroff.info
fdee1696 81testsuite
86e4d6e4
RP
82version.c
83
87756e15
RP
84Things-to-lose:
85
86e4d6e4 86Do-last:
This page took 0.127921 seconds and 4 git commands to generate.