Modified Files:
[deliverable/binutils-gdb.git] / include / .Sanitize
CommitLineData
2323d13b 1# .Sanitize for devo/include.
0fd8d5d9 2
2323d13b 3# Each directory to survive its way into a release will need a file
0fd8d5d9
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
2323d13b 14# done in this directory.
0fd8d5d9
RP
15
16Do-first:
17
2323d13b
SS
18if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="mpw"
20else
21 lose_these_too="mpw"
22fi
23
0fd8d5d9
RP
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
8e71e6e3 32COPYING
49d6a0e6 33ChangeLog
0fd8d5d9 34ansidecl.h
11eab90c 35aout
9a0418eb 36bfdlink.h
0fd8d5d9 37bout.h
11eab90c 38coff
c9725927 39demangle.h
d7e1be46 40dis-asm.h
11eab90c 41elf
8b1d1557 42floatformat.h
201258d5
JW
43fopen-bin.h
44fopen-same.h
0fd8d5d9
RP
45gdbm.h
46getopt.h
0fd8d5d9 47ieee.h
e51437f1 48libiberty.h
f7da7289 49nlm
0fd8d5d9
RP
50oasys.h
51obstack.h
02400c00 52os9k.h
11eab90c 53opcode
0fd8d5d9
RP
54wait.h
55
87756e15
RP
56Things-to-lose:
57
775d4a40 58
0fd8d5d9
RP
59Do-last:
60
0fd8d5d9 61# End of file.
This page took 0.105114 seconds and 4 git commands to generate.