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/22 20:21:37 UTC

svn commit: r659189 - /stdcxx/branches/4.2.x/bin/genxviews

Author: sebor
Date: Thu May 22 11:21:36 2008
New Revision: 659189

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

	* bin/genxviews (process_results): Removed debugging output.

Modified:
    stdcxx/branches/4.2.x/bin/genxviews

Modified: stdcxx/branches/4.2.x/bin/genxviews
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/bin/genxviews?rev=659189&r1=659188&r2=659189&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/bin/genxviews (original)
+++ stdcxx/branches/4.2.x/bin/genxviews Thu May 22 11:21:36 2008
@@ -265,14 +265,9 @@
         done
     done
 
-    echo $outdir/$xfile >&2
-
     if [ -e $outdir/$xfile ]; then
         # count the number of logs that are newer than the cross-build file
         newlogs=`find $logdir/ -name "$alllogs" -newer $outdir/$xfile | wc -l`
-
-        echo "find $logdir/ -name $alllogs -newer $outdir/$xfile | wc -l" >&2
-        find $logdir/ -name $alllogs -newer $outdir/$xfile >&2
     else
         # cross-build file doesn't exist yet, all logs are considered new
         newlogs=$count