s/sanitize-m32rx/sanitize-cygnus/
This commit is contained in:
parent
37c5a28b29
commit
79caaa57ed
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue