print Building message only when subdir != . AND verbose

This commit is contained in:
K. Richard Pixley
1992-05-08 19:34:32 +00:00
parent d5e885834b
commit 3b6f914fb4
2 changed files with 7 additions and 1 deletions

5
configure vendored
View File

@@ -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.