]>
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 | 30 | TODO |
5ab6ca68 ILT |
31 | acconfig.h |
32 | aclocal.m4 | |
05b47bfb | 33 | ar.1 |
5a77e916 | 34 | ar.c |
c0cc6912 | 35 | arlex.l |
aef3999f | 36 | arparse.y |
c0cc6912 SC |
37 | arsup.c |
38 | arsup.h | |
c83497f5 | 39 | binutils.texi |
86e4d6e4 | 40 | bucomm.c |
5a77e916 | 41 | bucomm.h |
e1c14599 | 42 | budbg.h |
e52e2acd SC |
43 | coffdump.c |
44 | coffgrok.c | |
45 | coffgrok.h | |
e10a4fc4 | 46 | config.h-vms |
320d4f29 | 47 | config.in |
5ab6ca68 | 48 | configure |
0ce51ae9 | 49 | configure.bat |
86e4d6e4 | 50 | configure.in |
c6474837 | 51 | cxxfilt.man |
765e60a9 | 52 | dlltool.c |
e1c14599 ILT |
53 | debug.c |
54 | debug.h | |
55 | dep-in.sed | |
765e60a9 SC |
56 | defparse.y |
57 | deflex.l | |
86e4d6e4 | 58 | filemode.c |
f5167986 | 59 | ieee.c |
5a77e916 SC |
60 | is-ranlib.c |
61 | is-strip.c | |
108d499e | 62 | mac-binutils.r |
e10a4fc4 | 63 | makefile.vms |
5a77e916 SC |
64 | maybe-ranlib.c |
65 | maybe-strip.c | |
162bcd89 | 66 | mpw-config.in |
108d499e | 67 | mpw-make.sed |
3883531f | 68 | nlmconv.1 |
d130c9c5 ILT |
69 | nlmconv.c |
70 | nlmconv.h | |
71 | nlmheader.y | |
5a77e916 | 72 | nm.1 |
86e4d6e4 | 73 | nm.c |
5a77e916 SC |
74 | not-ranlib.c |
75 | not-strip.c | |
3ac620d4 | 76 | objcopy.1 |
df14d957 | 77 | objcopy.c |
5a77e916 | 78 | objdump.1 |
86e4d6e4 | 79 | objdump.c |
e1c14599 | 80 | prdbg.c |
5a77e916 | 81 | ranlib.1 |
06a97fbd | 82 | ranlib.sh |
f32fb3fd | 83 | rdcoff.c |
e1c14599 | 84 | rddbg.c |
aef3999f | 85 | sanity.sh |
5a77e916 | 86 | size.1 |
86e4d6e4 | 87 | size.c |
e52e2acd | 88 | srconv.c |
e1c14599 | 89 | stabs.c |
ba7c8e29 DM |
90 | strings.1 |
91 | strings.c | |
5a77e916 | 92 | strip.1 |
e52e2acd SC |
93 | sysdump.c |
94 | sysinfo.y | |
95 | syslex.l | |
96 | sysroff.info | |
fdee1696 | 97 | testsuite |
86e4d6e4 | 98 | version.c |
5a52c5f8 | 99 | wrstabs.c |
86e4d6e4 | 100 | |
87756e15 RP |
101 | Things-to-lose: |
102 | ||
86e4d6e4 | 103 | Do-last: |