aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-05-08 19:34:32 +0000
committerK. Richard Pixley <rich@cygnus>1992-05-08 19:34:32 +0000
commit3b6f914fb438e8c25db2c35d6f5cb2eaed85cffb (patch)
tree168bad82b5a22670c182a77ddc69c6f0ac41831a /configure
parentd5e885834bfcf5998f2cd8daca780ee82ae9827e (diff)
downloadfsf-binutils-gdb-3b6f914fb438e8c25db2c35d6f5cb2eaed85cffb.zip
fsf-binutils-gdb-3b6f914fb438e8c25db2c35d6f5cb2eaed85cffb.tar.gz
fsf-binutils-gdb-3b6f914fb438e8c25db2c35d6f5cb2eaed85cffb.tar.bz2
print Building message only when subdir != . AND verbose
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 8564b76..aa9acf9 100755
--- a/configure
+++ b/configure
@@ -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.