Commit | Line | Data |
---|---|---|
7d1257bb | 1 | # .Sanitize for devo/binutils. |
86e4d6e4 | 2 | |
5fd51993 | 3 | # Each directory to survive its way into a release will need a file |
86e4d6e4 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 | |
42d11afa | 14 | # done in this directory. |
86e4d6e4 RP |
15 | |
16 | Do-first: | |
17 | ||
86e4d6e4 RP |
18 | # All files listed between the "Things-to-keep:" line and the |
19 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
20 | # Directories listed in this section will have their own Sanitize | |
21 | # called. Directories not listed will be removed in their entirety | |
22 | # with rm -rf. | |
23 | ||
24 | Things-to-keep: | |
25 | ||
26 | ChangeLog | |
27 | Makefile.in | |
9c994225 | 28 | NEWS |
5a77e916 | 29 | README |
86e4d6e4 RP |
30 | TODO |
31 | alloca.c | |
05b47bfb | 32 | ar.1 |
5a77e916 | 33 | ar.c |
c0cc6912 | 34 | arlex.l |
aef3999f | 35 | arparse.y |
c0cc6912 SC |
36 | arsup.c |
37 | arsup.h | |
c83497f5 | 38 | binutils.texi |
86e4d6e4 | 39 | bucomm.c |
5a77e916 | 40 | bucomm.h |
e52e2acd SC |
41 | coffdump.c |
42 | coffgrok.c | |
43 | coffgrok.h | |
44 | config | |
0ce51ae9 | 45 | configure.bat |
86e4d6e4 | 46 | configure.in |
c6474837 | 47 | cxxfilt.man |
86e4d6e4 RP |
48 | filemode.c |
49 | gmalloc.c | |
5a77e916 SC |
50 | is-ranlib.c |
51 | is-strip.c | |
5a77e916 SC |
52 | maybe-ranlib.c |
53 | maybe-strip.c | |
162bcd89 SS |
54 | mpw-config.in |
55 | mpw-make.in | |
3883531f | 56 | nlmconv.1 |
d130c9c5 ILT |
57 | nlmconv.c |
58 | nlmconv.h | |
59 | nlmheader.y | |
5a77e916 | 60 | nm.1 |
86e4d6e4 | 61 | nm.c |
5a77e916 SC |
62 | not-ranlib.c |
63 | not-strip.c | |
3ac620d4 | 64 | objcopy.1 |
df14d957 | 65 | objcopy.c |
5a77e916 | 66 | objdump.1 |
86e4d6e4 | 67 | objdump.c |
5a77e916 | 68 | ranlib.1 |
06a97fbd | 69 | ranlib.sh |
aef3999f | 70 | sanity.sh |
5a77e916 | 71 | size.1 |
86e4d6e4 | 72 | size.c |
e52e2acd | 73 | srconv.c |
ba7c8e29 DM |
74 | strings.1 |
75 | strings.c | |
5a77e916 | 76 | strip.1 |
e52e2acd SC |
77 | sysdump.c |
78 | sysinfo.y | |
79 | syslex.l | |
80 | sysroff.info | |
fdee1696 | 81 | testsuite |
86e4d6e4 RP |
82 | version.c |
83 | ||
87756e15 RP |
84 | Things-to-lose: |
85 | ||
86e4d6e4 | 86 | Do-last: |