sanitize fix

This commit is contained in:
Jeff Holcomb
1998-07-21 20:26:20 +00:00
parent f207d1d868
commit 0146d1637e

View File

@ -21,6 +21,14 @@ Do-first:
# called. Directories not listed will be removed in their entirety
# with rm -rf.
d30v_files="d30v.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}"
else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
Things-to-keep:
ChangeLog