From 77e426060e8b6e6d953df00e14015c353612d5d6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 May 2011 22:50:24 +0300 Subject: Output the "Executing shell macro" only with -vr --- dmake/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmake') diff --git a/dmake/function.c b/dmake/function.c index cd86810849e5..d0379f612971 100644 --- a/dmake/function.c +++ b/dmake/function.c @@ -587,7 +587,7 @@ int expand; Do_profile_output( "s", M_TARGET, &cell ); /* Print the shell escape command. */ - if( !(rcp.st_attr & A_SILENT) ) { + if( Verbose & V_FORCEECHO ) { printf( "%s: Executing shell macro: %s\n", Pname, data ); fflush(stdout); } -- cgit