[Libreoffice-commits] .: solenv/gbuild

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Oct 5 03:32:53 PDT 2011


 solenv/gbuild/gbuild.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3f3853f5693744da7a16d19ce2e5e949ec71131a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 5 12:32:14 2011 +0200

    In gbuild, set OSL_DEBUG_LEVEL=1 if non-product (same as dmake).

diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 0d6f64f..c91b99f 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -97,6 +97,8 @@ endif
 gb_DEBUGLEVEL := 0
 ifneq ($(strip $(DEBUG)$(debug)),)
 gb_DEBUGLEVEL := 1
+else ifeq ($(gb_PRODUCT),$(false))
+gb_DEBUGLEVEL := 1
 endif
 
 ifneq ($(strip $(DBGLEVEL)$(dbglevel)),)


More information about the Libreoffice-commits mailing list