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