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