]>
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 | ||
066f301d | 18 | mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw" |
7d1257bb | 19 | |
066f301d SS |
20 | if ( echo $* | grep keep\-mpw > /dev/null ) ; then |
21 | keep_these_too="${mpw_files} ${keep_these_too}" | |
7d1257bb | 22 | else |
066f301d | 23 | lose_these_too="${mpw_files} ${lose_these_too}" |
5fd51993 | 24 | fi |
86e4d6e4 RP |
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 | |
9c994225 | 36 | NEWS |
5a77e916 | 37 | README |
86e4d6e4 RP |
38 | TODO |
39 | alloca.c | |
05b47bfb | 40 | ar.1 |
5a77e916 | 41 | ar.c |
c0cc6912 | 42 | arlex.l |
aef3999f | 43 | arparse.y |
c0cc6912 SC |
44 | arsup.c |
45 | arsup.h | |
c83497f5 | 46 | binutils.texi |
86e4d6e4 | 47 | bucomm.c |
5a77e916 | 48 | bucomm.h |
e52e2acd SC |
49 | coffdump.c |
50 | coffgrok.c | |
51 | coffgrok.h | |
52 | config | |
0ce51ae9 | 53 | configure.bat |
86e4d6e4 | 54 | configure.in |
c6474837 | 55 | cxxfilt.man |
86e4d6e4 RP |
56 | filemode.c |
57 | gmalloc.c | |
5a77e916 SC |
58 | is-ranlib.c |
59 | is-strip.c | |
5a77e916 SC |
60 | maybe-ranlib.c |
61 | maybe-strip.c | |
3883531f | 62 | nlmconv.1 |
d130c9c5 ILT |
63 | nlmconv.c |
64 | nlmconv.h | |
65 | nlmheader.y | |
5a77e916 | 66 | nm.1 |
86e4d6e4 | 67 | nm.c |
5a77e916 SC |
68 | not-ranlib.c |
69 | not-strip.c | |
3ac620d4 | 70 | objcopy.1 |
df14d957 | 71 | objcopy.c |
5a77e916 | 72 | objdump.1 |
86e4d6e4 | 73 | objdump.c |
5a77e916 | 74 | ranlib.1 |
06a97fbd | 75 | ranlib.sh |
aef3999f | 76 | sanity.sh |
5a77e916 | 77 | size.1 |
86e4d6e4 | 78 | size.c |
e52e2acd | 79 | srconv.c |
ba7c8e29 DM |
80 | strings.1 |
81 | strings.c | |
5a77e916 | 82 | strip.1 |
e52e2acd SC |
83 | sysdump.c |
84 | sysinfo.y | |
85 | syslex.l | |
86 | sysroff.info | |
fdee1696 | 87 | testsuite |
86e4d6e4 RP |
88 | version.c |
89 | ||
87756e15 RP |
90 | Things-to-lose: |
91 | ||
86e4d6e4 | 92 | Do-last: |