* ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
[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
201258d5
JW
42fopen-bin.h
43fopen-same.h
0fd8d5d9
RP
44gdbm.h
45getopt.h
0fd8d5d9 46ieee.h
d7e1be46 47ieee-float.h
f7da7289 48nlm
0fd8d5d9
RP
49oasys.h
50obstack.h
11eab90c 51opcode
0fd8d5d9
RP
52wait.h
53
87756e15
RP
54Things-to-lose:
55
775d4a40 56
0fd8d5d9
RP
57Do-last:
58
0fd8d5d9 59# End of file.
This page took 0.092178 seconds and 4 git commands to generate.