mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Keep changes, if m32r.
This commit is contained in:
@ -63,6 +63,20 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
m32r_files="m32r"
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
|
||||||
|
keep_these_too="${m32r_files} ${keep_these_too}"
|
||||||
|
if [ -n "${verbose}" ] ; then
|
||||||
|
echo Keeping ${m32r_files}
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
lose_these_too="${m32r_files} ${lose_these_too}"
|
||||||
|
if [ -n "${verbose}" ] ; then
|
||||||
|
echo Deleting ${m32r_files}
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
Reference in New Issue
Block a user