Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75911 - trunk/tools/build/v2/engine
From: steven_at_[hidden]
Date: 2011-12-11 19:59:11


Author: steven_watanabe
Date: 2011-12-11 19:59:07 EST (Sun, 11 Dec 2011)
New Revision: 75911
URL: http://svn.boost.org/trac/boost/changeset/75911

Log:
Fix action printing on failure.
Text files modified:
   trunk/tools/build/v2/engine/make1.c | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/engine/make1.c
==============================================================================
--- trunk/tools/build/v2/engine/make1.c (original)
+++ trunk/tools/build/v2/engine/make1.c 2011-12-11 19:59:07 EST (Sun, 11 Dec 2011)
@@ -833,7 +833,7 @@
     if ( ( status == EXEC_CMD_FAIL ) && DEBUG_MAKE )
     {
         if ( !DEBUG_EXEC )
- printf( "%s\n", cmd->buf );
+ printf( "%s\n", cmd->buf->value );
 
         printf( "...failed %s ", object_str( cmd->rule->name ) );
         list_print( lol_get( &cmd->args, 0 ) );


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk