[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 1 06:22:26 PST 2012


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

New commits:
commit cca017e1e00f5029dcc261c7c9cc9017f514c108
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sat Dec 1 15:03:12 2012 +0100

    Not make qtz properties in release build
    
    Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34

diff --git a/solenv/gbuild/ExtensionTarget.mk b/solenv/gbuild/ExtensionTarget.mk
index b679cca..25d415a 100644
--- a/solenv/gbuild/ExtensionTarget.mk
+++ b/solenv/gbuild/ExtensionTarget.mk
@@ -236,8 +236,10 @@ endef
 # source file is copied to $(WORKDIR)
 define gb_ExtensionTarget_localize_properties
 ifneq ($(filter-out en-US,$(gb_ExtensionTarget_ALL_LANGS)),)
+ifneq ($(ENABLE_RELEASE_BUILD),TRUE)
 $(call gb_ExtensionTarget_localize_properties_onelang,$(1),$(subst en_US,qtz,$(2)),$(3),qtz,$(firstword $(filter-out en-US,$(gb_ExtensionTarget_ALL_LANGS))))
 endif
+endif
 $(foreach lang,$(gb_ExtensionTarget_ALL_LANGS),\
 	$(call gb_ExtensionTarget_localize_properties_onelang,$(1),$(subst en_US,$(subst -,_,$(lang)),$(2)),$(3),$(lang)))
 endef


More information about the Libreoffice-commits mailing list