You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by ab...@apache.org on 2007/11/29 01:37:46 UTC

svn commit: r599224 - /incubator/stdcxx/trunk/bin/buildntest

Author: ablack
Date: Wed Nov 28 16:37:45 2007
New Revision: 599224

URL: http://svn.apache.org/viewvc?rev=599224&view=rev
Log:
2007-11-28  Andrew Black  <ab...@roguewave.com>

	* bin/buildntest (make_stage): Tee output of make invocation to
	$log rather than $buildlog.  This enables correct processing of
	runall output.


Modified:
    incubator/stdcxx/trunk/bin/buildntest

Modified: incubator/stdcxx/trunk/bin/buildntest
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/bin/buildntest?rev=599224&r1=599223&r2=599224&view=diff
==============================================================================
--- incubator/stdcxx/trunk/bin/buildntest (original)
+++ incubator/stdcxx/trunk/bin/buildntest Wed Nov 28 16:37:45 2007
@@ -210,14 +210,14 @@
         log=$buildlog
     fi
 
-    echo "### $MAKE $keep_going $stagedir $stageargs $MAKEVARS 2>&1 | sed -e \"${TRANS}\" | tee $buildlog:"
+    echo "### $MAKE $keep_going $stagedir $stageargs $MAKEVARS 2>&1 | sed -e \"${TRANS}\" | tee $log:"
 
     (   # start a subshell to measure user and system times
         # of the subshell commands only
         export TMPDIR=$tmpdir
 
           $MAKE $keep_going $stagedir $stageargs $MAKEVARS 2>&1 \
-        | sed -e "${TRANS}" | tee $buildlog
+        | sed -e "${TRANS}" | tee $log
 
         # save the status of the first command in the pipeline
         # and pass it to the parent shell after writing the real,