Makefile.top |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4d68722c08a4faf261ea8e6bca389b4866a3561
Author: Rene Engelhard <[email protected]>
Date:   Fri Jun 8 21:04:41 2012 +0200

    fix build verbosity
    
    Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0
    Signed-off-by: Bjoern Michaelsen <[email protected]>

diff --git a/Makefile.top b/Makefile.top
index 7362bbc..eb96df2 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -18,7 +18,7 @@ endif
 include $(SRCDIR)/config_$(gb_Side).mk
 
 ifeq ($(GMAKE_OPTIONS),)
-ifeq ($(verbose),)
+ifeq ($(VERBOSE),)
 export GMAKE_OPTIONS:=-rs
 else
 export GMAKE_OPTIONS:=-r
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to