print Building message only when subdir != . AND verbose
authorK. Richard Pixley <rich@cygnus>
Fri, 8 May 1992 19:34:32 +0000 (19:34 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 8 May 1992 19:34:32 +0000 (19:34 +0000)
ChangeLog
configure

index 606ecd7..92e6208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
 
+       * configure: print the "Building in" message only when building in
+         other than "." AND verbose.
+
        * configure: remove -s, rework -v to better accomodate guested
          configures.
 
index 8564b76..aa9acf9 100755 (executable)
--- 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.