Do-first:
+m32rx_files="cpux.h decodex.c decodex.h m32rx.c mloopx.in modelx.c readx.c semx.c"
+if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
+ keep_these_too="${m32rx_files} ${keep_these_too}"
+else
+ lose_these_too="${m32rx_files} ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
configure.in
cpu.h
cpuall.h
-cpux.h
decode.c
decode.h
-decodex.c
-decodex.h
extract.c
m32r-sim.h
m32r.c
-m32rx.c
mloop.in
-mloopx.in
model.c
-modelx.c
-readx.c
sem-switch.c
sem.c
-semx.c
sim-if.c
sim-main.h
tconfig.in
done
fi
-m32rx_files="ChangeLog Makefile.in sim-if.c sim-main.h arch.h arch.c cpuall.h"
+m32rx_files="ChangeLog Makefile.in sim-if.c sim-main.h arch.h arch.c cpuall.h tconfig.in"
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
for i in $m32rx_files ; do
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then