external/libtommath/ExternalProject_libtommath.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8a2602066b110f19b1e24630ce8cb8908b93652
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Jul 20 22:00:05 2020 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to