From b04bb27397d3893c224e65b60ea2b688b3228d38 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 11 Aug 2007 02:39:13 +0000 Subject: [PATCH] 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] --- src/engine/make1.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/engine/make1.c b/src/engine/make1.c index 470f037fa..2b55f16a6 100644 --- a/src/engine/make1.c +++ b/src/engine/make1.c @@ -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 )