only keep d10velf.sh for keep-d10v
This commit is contained in:
parent
d0d80f48e0
commit
6668e8af0e
@ -23,6 +23,14 @@ else
|
||||
lose_these_too="${arc_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
d10v_files="d10velf.sh"
|
||||
|
||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||
keep_these_too="${d10v_files} ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
d30v_files="d30velf.sh"
|
||||
|
||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||
|
Loading…
Reference in New Issue
Block a user