You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2008/05/15 02:48:36 UTC

svn commit: r656478 - /stdcxx/trunk/bin/genxviews

Author: sebor
Date: Wed May 14 17:48:36 2008
New Revision: 656478

URL: http://svn.apache.org/viewvc?rev=656478&view=rev
Log:
2008-05-14  Martin Sebor  <se...@roguewave.com>

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

Modified:
    stdcxx/trunk/bin/genxviews

Modified: stdcxx/trunk/bin/genxviews
URL: http://svn.apache.org/viewvc/stdcxx/trunk/bin/genxviews?rev=656478&r1=656477&r2=656478&view=diff
==============================================================================
--- stdcxx/trunk/bin/genxviews (original)
+++ stdcxx/trunk/bin/genxviews Wed May 14 17:48:36 2008
@@ -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"