* nm.c (long_options): Add --no-demangle to turn off --demangle,
[deliverable/binutils-gdb.git] / binutils / .Sanitize
1 # .Sanitize for devo/binutils.
2
3 # Each directory to survive its way into a release will need a file
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
14 # done in this directory.
15
16 Do-first:
17
18 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="mpw-make.in ChangeLog.mpw"
20 else
21 lose_these_too="mpw-make.in ChangeLog.mpw"
22 fi
23
24 if ( echo $* | grep keep\-gm > /dev/null ) ; then
25 keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
26 else
27 lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
28 fi
29
30 # All files listed between the "Things-to-keep:" line and the
31 # "Files-to-sed:" line will be kept. All other files will be removed.
32 # Directories listed in this section will have their own Sanitize
33 # called. Directories not listed will be removed in their entirety
34 # with rm -rf.
35
36 Things-to-keep:
37
38 ChangeLog
39 Makefile.in
40 NEWS
41 README
42 TODO
43 alloca.c
44 ar.1
45 ar.c
46 arlex.l
47 arparse.y
48 arsup.c
49 arsup.h
50 binutils.texi
51 bucomm.c
52 bucomm.h
53 coffdump.c
54 coffgrok.c
55 coffgrok.h
56 config
57 configure.bat
58 configure.in
59 cxxfilt.man
60 filemode.c
61 gmalloc.c
62 is-ranlib.c
63 is-strip.c
64 maybe-ranlib.c
65 maybe-strip.c
66 nlmconv.1
67 nlmconv.c
68 nlmconv.h
69 nlmheader.y
70 nm.1
71 nm.c
72 not-ranlib.c
73 not-strip.c
74 objcopy.1
75 objcopy.c
76 objdump.1
77 objdump.c
78 ranlib.1
79 ranlib.sh
80 sanity.sh
81 size.1
82 size.c
83 srconv.c
84 strings.1
85 strings.c
86 strip.1
87 sysdump.c
88 sysinfo.y
89 syslex.l
90 sysroff.info
91 testsuite
92 version.c
93
94 Things-to-lose:
95
96 Do-last:
This page took 0.031469 seconds and 4 git commands to generate.