mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
Sanitize v850 shit.
This commit is contained in:
parent
1fa83dcd66
commit
2652deb7e0
@ -49,6 +49,20 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
v850_files="v850"
|
||||
|
||||
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||
keep_these_too="${v850_files} ${keep_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping ${v850_files}
|
||||
fi
|
||||
else
|
||||
lose_these_too="${v850_files} ${lose_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Deleting ${v850_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 New Issue
Block a user