mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
print Building message only when subdir != . AND verbose
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -493,7 +493,10 @@ for subdir in . ${subdirs} ; do
|
||||
|
||||
case "${removing}" in
|
||||
"")
|
||||
echo Building in ${subdir}
|
||||
case "${subdir}" in
|
||||
.) ;;
|
||||
*) eval echo Building in ${subdir} ${redirect} ;;
|
||||
esac
|
||||
|
||||
# FIXME Should this be done recursively ??? (Useful for e.g. gdbtest)
|
||||
# Set up the list of links to be made.
|
||||
|
||||
Reference in New Issue
Block a user