mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
keep release stuff around for Cygnus releases
This commit is contained in:
@ -19,6 +19,11 @@ if ( echo $* | grep keep\-chill > /dev/null ) ; then
|
|||||||
keep_these_too="chillrt test-chill"
|
keep_these_too="chillrt test-chill"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
||||||
|
keep_these_too="${keep_these_too} release release-info"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Do-last:" line will be kept. All other files will be removed.
|
# "Do-last:" 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