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