mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Bring back midding output of -n option. The -o option continues to be broken as it has been for a long time now because of the @ file feature. (fixes #1155)
[SVN r38590]
This commit is contained in:
@@ -510,6 +510,10 @@ make1c( state *pState )
|
||||
{
|
||||
rule_name = cmd->rule->name;
|
||||
target = lol_get(&cmd->args, 0)->string;
|
||||
if ( globs.noexec )
|
||||
{
|
||||
out_action(rule_name,target,cmd->buf,"","");
|
||||
}
|
||||
}
|
||||
|
||||
if( globs.noexec )
|
||||
|
||||
Reference in New Issue
Block a user