diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-20 22:00:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-21 08:06:29 +0200 |
commit | a8a2602066b110f19b1e24630ce8cb8908b93652 (patch) | |
tree | ef968723949af84ea324697a33e7a1ea59b3e366 /external | |
parent | 1c584069a86e35b847f398b8bf78dce7428c2f63 (diff) |
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@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/libtommath/ExternalProject_libtommath.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |