[Libreoffice-commits] .: Makefile.top
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Fri Jun 8 12:05:19 PDT 2012
Makefile.top | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c24c5101f573e6a25ff06e8399c53dbc2510a7da
Author: Rene Engelhard <rene at debian.org>
Date: Fri Jun 8 21:04:41 2012 +0200
fix build verbosity
Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0
diff --git a/Makefile.top b/Makefile.top
index bb60bdc..bed77fb 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