2008-05-14  Martin Sebor  <sebor@roguewave.com>

	* bin/genxviews (process_results): Added verbose output to make
	debugging easier.


git-svn-id: https://svn.apache.org/repos/asf/stdcxx/trunk@656478 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bin/genxviews b/bin/genxviews
index 22bee77..e81e055 100755
--- a/bin/genxviews
+++ b/bin/genxviews
@@ -243,7 +243,7 @@
 
     # a, A: AIX shared archive (32-bit and 64-bit, respectively)
     # d, D: shared library (.sl, .so, or .dll)
-    # s, S: archive library (.a or .lib(
+    # s, S: archive library (.a or .lib)
     suffixes="a A d D s S"
 
     unset buildlogs
@@ -262,6 +262,10 @@
         done
     done
 
+    if [ $verbose -ne 0 ]; then
+        echo "$myname: found $count logs: $buildlogs"
+    fi
+
     # create a title for the page
     title="$compiler results on $osname/$arch"