2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Fix action printing on failure.

[SVN r75911]
This commit is contained in:
Steven Watanabe
2011-12-12 00:59:07 +00:00
parent 1f5b86dac0
commit 3739887aea

View File

@@ -833,7 +833,7 @@ static void make1d( state * pState )
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 ) );