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:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user