solenv/gbuild/CliUnoApi.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0aa0d5be7d53ef5c1536f1e342cc5c1bb8148be6
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Tue Jul 14 23:05:01 2020 +0200
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Wed Jul 29 17:13:58 2020 +0200

    Add verbose climaker output
    
    If you run gbuild verbose, make climaker output verbose too.
    
    Change-Id: I712f156bae33bfd403403675f4e2117282a7079c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99684
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <[email protected]>

diff --git a/solenv/gbuild/CliUnoApi.mk b/solenv/gbuild/CliUnoApi.mk
index 20b840bf2f25..0b8e42750502 100644
--- a/solenv/gbuild/CliUnoApi.mk
+++ b/solenv/gbuild/CliUnoApi.mk
@@ -24,6 +24,7 @@ $(call gb_Helper_abbreviate_dirs,\
                --assembly-description "This assembly contains metadata for the 
LibreOffice API." \
                --assembly-version $(CLI_UNOAPI_VERSION) \
                --keyfile $(CLI_UNOAPI_KEYFILE) \
+               $(if $(verbose),--verbose) \
                $(foreach api,$(CLI_UNOAPI_DEPS),-X $(api)) \
                $(foreach assembly,$(CLI_UNOAPI_ASSEMBLIES),-r $(assembly)) \
                $(CLI_UNOAPI_API) \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to