[Libreoffice-commits] core.git: external/libtommath
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 21 06:07:26 UTC 2020
external/libtommath/ExternalProject_libtommath.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a8a2602066b110f19b1e24630ce8cb8908b93652
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jul 20 22:00:05 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jul 21 08:06:29 2020 +0200
Pass $(verbose) into ExternalProject_libtommath
Change-Id: I8b317c05bf31e3d835cb9d847ea7b7486da62199
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99113
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/libtommath/ExternalProject_libtommath.mk b/external/libtommath/ExternalProject_libtommath.mk
index ba2089eb82a5..9169619943ce 100644
--- a/external/libtommath/ExternalProject_libtommath.mk
+++ b/external/libtommath/ExternalProject_libtommath.mk
@@ -30,7 +30,7 @@ $(call gb_ExternalProject_get_state_target,libtommath,build) :
&& export CFLAGS=" \
-fPIC \
" \
- && $(MAKE) \
+ && $(MAKE) $(if $(verbose),V=1) \
)
$(call gb_Trace_EndRange,libtommath,EXTERNAL)
endif
More information about the Libreoffice-commits
mailing list