mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
keep arc subdir if keep-arc.
This commit is contained in:
@ -17,6 +17,11 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||||
|
keep_these_too="arc ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="arc ${lose_these_too}"
|
||||||
|
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.
|
||||||
|
Reference in New Issue
Block a user