Remove SH3e sanitization.
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
CommitLineData
67c2d8c8 1# .Sanitize for devo/opcodes.
a4ccc310 2
e7c4e61c 3# Each directory to survive its way into a release will need a file
a4ccc310
SC
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
10f1b597 14# done in this directory.
a4ccc310
SC
15
16Do-first:
17
03c4ce2f 18rce_files="rce-dis.c rce-opc.h"
d94aca1a 19
03c4ce2f
MT
20if ( echo $* | grep keep\-rce > /dev/null ) ; then
21 keep_these_too="${rce_files} ${keep_these_too}"
d94aca1a 22else
03c4ce2f 23 lose_these_too="${rce_files} ${lose_these_too}"
d94aca1a
MT
24fi
25
8515dbe2
DE
26arc_files="arc-dis.c arc-opc.c"
27
28if ( echo $* | grep keep\-arc > /dev/null ) ; then
29 keep_these_too="${arc_files} ${keep_these_too}"
30else
31 lose_these_too="${arc_files} ${lose_these_too}"
32fi
33
a4ccc310
SC
34# All files listed between the "Things-to-keep:" line and the
35# "Files-to-sed:" line will be kept. All other files will be removed.
36# Directories listed in this section will have their own Sanitize
37# called. Directories not listed will be removed in their entirety
38# with rm -rf.
39
40Things-to-keep:
87756e15 41
a4ccc310 42ChangeLog
add1fb05 43Makefile.in
9b65d522 44aclocal.m4
5f8f6d56
SC
45alpha-dis.c
46alpha-opc.h
ba08215a
KR
47arm-dis.c
48arm-opc.h
720b3aed 49a29k-dis.c
50982f7f
KR
50config.in
51configure
fc984fdb 52configure.bat
add1fb05 53configure.in
117733ad 54dis-buf.c
204c9148 55disassemble.c
3b4cc5ec 56h8300-dis.c
337110ea
SC
57h8500-dis.c
58h8500-opc.h
cfa8d061 59hppa-dis.c
c840244e 60i386-dis.c
720b3aed 61i960-dis.c
c840244e 62m68k-dis.c
85093dca 63m68k-opc.c
a4c01299 64m88k-dis.c
bf1dd2fd 65mips-dis.c
69135a69 66mips-opc.c
7a4f107d 67mpw-config.in
077bd46a 68mpw-make.sed
2a097d73 69ns32k-dis.c
89221bd5
ILT
70ppc-dis.c
71ppc-opc.c
8679a71f
SC
72sh-opc.h
73sh-dis.c
117733ad 74sparc-dis.c
c3a1191a 75sparc-opc.c
50982f7f 76sysdep.h
9f744f91
SC
77w65-dis.c
78w65-opc.h
add1fb05 79z8k-dis.c
a4ccc310 80z8k-opc.h
ea2598e4 81z8kgen.c
add1fb05 82
87756e15
RP
83Things-to-lose:
84
62ba1060
SC
85Do-last:
86
2a097d73
KR
87i960xl_files="ChangeLog i960-dis.c"
88if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
89 if [ -n "${verbose}" ] ; then
90 echo Keeping i960xl stuff in $i960xl_files.
91 fi
92else
93 if [ -n "${verbose}" ]; then
94 echo -n Cleaning i960xl in `pwd`:
95 fi
96 for f in $i960xl_files ; do
97 if [ -n "${verbose}" ] ; then
98 echo -n " " $f
99 fi
100 sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/ xl /d' < $f > new
101 if [ -n "${safe}" ] ; then
102 mv $f .Recover
103 fi
104 mv new $f
105 done
106fi
107
50982f7f 108rce_files="configure.in configure"
03c4ce2f
MT
109if ( echo $* | grep keep\-rce > /dev/null ) ; then
110 for i in $rce_files ; do
111 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 112 if [ -n "${verbose}" ] ; then
03c4ce2f 113 echo Keeping rce stuff in $i
5c680afd
MT
114 fi
115 fi
116 done
117else
03c4ce2f
MT
118 for i in $rce_files ; do
119 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
5c680afd 120 if [ -n "${verbose}" ] ; then
03c4ce2f 121 echo Removing traces of \"rce\" from $i...
5c680afd
MT
122 fi
123 cp $i new
03c4ce2f 124 sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
5c680afd
MT
125 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
126 if [ -n "${verbose}" ] ; then
127 echo Caching $i in .Recover...
128 fi
129 mv $i .Recover
130 fi
131 mv new $i
132 fi
133 done
134fi
135
50982f7f 136arc_files="ChangeLog Makefile.in configure.in configure disassemble.c"
8515dbe2
DE
137if ( echo $* | grep keep\-arc > /dev/null ) ; then
138 for i in $arc_files ; do
139 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
140 if [ -n "${verbose}" ] ; then
141 echo Keeping arc stuff in $i
142 fi
143 fi
144 done
145else
146 for i in $arc_files ; do
147 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
148 if [ -n "${verbose}" ] ; then
149 echo Removing traces of \"arc\" from $i...
150 fi
151 cp $i new
152 sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
153 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
154 if [ -n "${verbose}" ] ; then
155 echo Caching $i in .Recover...
156 fi
157 mv $i .Recover
158 fi
159 mv new $i
160 fi
161 done
162fi
163
5c680afd
MT
164for i in * ; do
165 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
166 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
167 fi
168done
169
a4ccc310 170# End of file.
This page took 0.127579 seconds and 4 git commands to generate.