s/sanitize-m32rx/sanitize-cygnus/

This commit is contained in:
Doug Evans 1999-02-05 19:42:14 +00:00
parent 37c5a28b29
commit 79caaa57ed

View file

@ -15,11 +15,11 @@
Do-first:
m32rx_files="fslotx.s fslotx.d m32rx.s m32rx.d m32rx.exp error.exp interfere.s wrongsize.s"
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
keep_these_too="${m32rx_files} ${keep_these_too}"
cygnus_files="fslotx.s fslotx.d m32rx.s m32rx.d m32rx.exp error.exp interfere.s wrongsize.s"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"
else
lose_these_too="${m32rx_files} ${lose_these_too}"
lose_these_too="${cygnus_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the