d30v sanitization
This commit is contained in:
parent
cdc1bc6335
commit
4d5d36f015
1 changed files with 14 additions and 0 deletions
|
@ -49,6 +49,20 @@ else
|
|||
lose_these_too="v850 ${lose_these_too}"
|
||||
fi
|
||||
|
||||
d30v_files="d30v"
|
||||
|
||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping ${d30v_files}
|
||||
fi
|
||||
else
|
||||
lose_these_too="${d30v_files} ${lose_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Deleting ${d30v_files}
|
||||
fi
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||
# Directories listed in this section will have their own Sanitize
|
||||
|
|
Loading…
Reference in a new issue