forked from Imagelibrary/binutils-gdb
Add chillrt test-chill release release-info to lose_these_too if they
are not added to keep_these_too.
This commit is contained in:
@@ -17,10 +17,14 @@ Do-first:
|
|||||||
|
|
||||||
if ( echo $* | grep keep\-chill > /dev/null ) ; then
|
if ( echo $* | grep keep\-chill > /dev/null ) ; then
|
||||||
keep_these_too="chillrt test-chill"
|
keep_these_too="chillrt test-chill"
|
||||||
|
else
|
||||||
|
lose_these_too="chillrt test-chill"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
||||||
keep_these_too="${keep_these_too} release release-info"
|
keep_these_too="${keep_these_too} release release-info"
|
||||||
|
else
|
||||||
|
lose_these_too="${lose_these_too} release release-info"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user