better error testing on perverse cases (eg, ./config.sub -sun3)
[deliverable/binutils-gdb.git] / configure
index 8564b762af5a0f0b17c0f07de4fe3872ecb1d379..aa9acf95d1896f7d36c8d56eeb2391c0f75cdb7b 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.
This page took 0.022489 seconds and 4 git commands to generate.