Wed Jan 28 17:43:02 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
[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 # 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.am
28 Makefile.in
29 NEWS
30 README
31 acconfig.h
32 acinclude.m4
33 aclocal.m4
34 addr2line.1
35 addr2line.c
36 ar.1
37 ar.c
38 arlex.l
39 arparse.y
40 arsup.c
41 arsup.h
42 binutils.texi
43 bucomm.c
44 bucomm.h
45 budbg.h
46 coffdump.c
47 coffgrok.c
48 coffgrok.h
49 config.in
50 configure
51 configure.bat
52 configure.com
53 configure.in
54 cxxfilt.man
55 dlltool.c
56 dlltool.h
57 debug.c
58 debug.h
59 dep-in.sed
60 defparse.y
61 deflex.l
62 filemode.c
63 ieee.c
64 is-ranlib.c
65 is-strip.c
66 mac-binutils.r
67 makefile.vms
68 maybe-ranlib.c
69 maybe-strip.c
70 mpw-config.in
71 mpw-make.sed
72 nlmconv.1
73 nlmconv.c
74 nlmconv.h
75 nlmheader.y
76 nm.1
77 nm.c
78 not-ranlib.c
79 not-strip.c
80 objcopy.1
81 objcopy.c
82 objdump.1
83 objdump.c
84 prdbg.c
85 ranlib.1
86 ranlib.sh
87 rclex.l
88 rcparse.y
89 resbin.c
90 rescoff.c
91 resrc.c
92 rdcoff.c
93 rddbg.c
94 sanity.sh
95 size.1
96 size.c
97 srconv.c
98 stabs.c
99 stamp-h.in
100 strings.1
101 strings.c
102 strip.1
103 sysdump.c
104 sysinfo.y
105 syslex.l
106 sysroff.info
107 testsuite
108 version.c
109 windres.h
110 windres.c
111 wrstabs.c
112
113 Things-to-lose:
114
115 Do-last:
This page took 0.034943 seconds and 4 git commands to generate.