[Libreoffice-commits] core.git: external/icu
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 16 18:55:14 UTC 2020
external/icu/ExternalProject_icu.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 69e3c28ff216f560ac323413d0b07d7d3c41d357
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Aug 16 19:24:55 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Aug 16 20:54:38 2020 +0200
Pass $(verbose) into ExternalProject_icu
Change-Id: I4c93d4c4207645795812a0cafb64cbe32a7a520a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100823
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/icu/ExternalProject_icu.mk b/external/icu/ExternalProject_icu.mk
index f62d8528cd8d..3c0a22ec9f37 100644
--- a/external/icu/ExternalProject_icu.mk
+++ b/external/icu/ExternalProject_icu.mk
@@ -27,7 +27,7 @@ $(call gb_ExternalProject_get_state_target,icu,build) :
./runConfigureICU \
$(if $(MSVC_USE_DEBUG_RUNTIME),--enable-debug --disable-release) \
Cygwin/MSVC --disable-extras \
- && $(MAKE) \
+ && $(MAKE) $(if $(verbose),VERBOSE=1) \
,source)
$(call gb_Trace_EndRange,icu,EXTERNAL)
@@ -77,7 +77,7 @@ $(call gb_ExternalProject_get_state_target,icu,build) :
--disable-static --enable-shared $(if $(filter ANDROID,$(OS)),--with-library-suffix=lo)) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)\
--with-cross-build=$(WORKDIR_FOR_BUILD)/UnpackedTarball/icu/source) \
- && $(MAKE) $(if $(CROSS_COMPILING),DATASUBDIR=data) \
+ && $(MAKE) $(if $(CROSS_COMPILING),DATASUBDIR=data) $(if $(verbose),VERBOSE=1) \
$(if $(filter MACOSX,$(OS)), \
&& $(PERL) $(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl \
URELIB \
More information about the Libreoffice-commits
mailing list