[Libreoffice-commits] .: dmake/function.c

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 24 12:54:52 PDT 2011


 dmake/function.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cb9b9ef536269e1e66c99f0f42bbc5f503f6d6b
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue May 24 22:50:24 2011 +0300

    Output the "Executing shell macro" only with -vr

diff --git a/dmake/function.c b/dmake/function.c
index 0e2ee45..ceea3bb 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);
    }


More information about the Libreoffice-commits mailing list