Remove arc sanitization.

This commit is contained in:
David Edelsohn 1997-08-28 17:17:43 +00:00
parent 24ccf6b72e
commit 207cec8b17
1 changed files with 1 additions and 8 deletions

View File

@ -15,14 +15,6 @@
Do-first: Do-first:
arc_files="arcelf.sh"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
keep_these_too="${arc_files} ${keep_these_too}"
else
lose_these_too="${arc_files} ${lose_these_too}"
fi
d30v_files="d30velf.sh" d30v_files="d30velf.sh"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then if ( echo $* | grep keep\-d30v > /dev/null ) ; then
@ -60,6 +52,7 @@ a29k.sh
aixppc.sh aixppc.sh
aixrs6.sh aixrs6.sh
alpha.sh alpha.sh
arcelf.sh
armaoutb.sh armaoutb.sh
armaoutl.sh armaoutl.sh
armcoff.sh armcoff.sh