2
0
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:
Rene Rivera
2007-08-11 02:39:13 +00:00
parent 9806110f88
commit b04bb27397

View File

@@ -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 )