[Libreoffice-commits] .: Branch 'libreoffice-3-6' - Makefile.top
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Fri Jun 8 12:06:13 PDT 2012
Makefile.top | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d4d68722c08a4faf261ea8e6bca389b4866a3561
Author: Rene Engelhard <rene at debian.org>
Date: Fri Jun 8 21:04:41 2012 +0200
fix build verbosity
Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
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
More information about the Libreoffice-commits
mailing list