* stab.def: Use __define_stab_duplicate rather than __define_stab
[deliverable/binutils-gdb.git] / include / aout / .Sanitize
1
2 # Sanitize.in for devo.
3 # $Id$
4 #
5
6 # Each directory to survive it's way into a release will need a file
7 # like this one called "./.Sanitize". All keyword lines must exist,
8 # and must exist in the order specified by this file. Each directory
9 # in the tree will be processed, top down, in the following order.
10
11 # Hash started lines like this one are comments and will be deleted
12 # before anything else is done. Blank lines will also be squashed
13 # out.
14
15 # The lines between the "Do-first:" line and the "Things-to-keep:"
16 # line are executed as a /bin/sh shell script before anything else is
17 # done in this
18
19 Do-first:
20
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28
29 ChangeLog
30 adobe.h
31 aout64.h
32 ar.h
33 dynix3.h
34 encap.h
35 host.h
36 hp.h
37 hp300hpux.h
38 hppa.h
39 ranlib.h
40 reloc.h
41 stab.def
42 stab_gnu.h
43 sun4.h
44
45 Things-to-lose:
46
47 Do-last:
48
49 # End of file.
This page took 0.030395 seconds and 4 git commands to generate.