diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-30 16:00:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-30 17:03:24 +0200 |
commit | c4f0977ccc97c8c7aca51666f6fcc3089a3f3c7c (patch) | |
tree | 8b778c780672cd83be85786b6cfac9ccc3f1ae80 /external/languagetool | |
parent | 64a4ad3a678e414cccdcc158dbe4c76c4bad3cda (diff) |
Pass "verbose" flag into ant
Change-Id: I76d7c8a41d64baae3591dd188a2d2e46f17622bb
Reviewed-on: https://gerrit.libreoffice.org/41735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/languagetool')
-rw-r--r-- | external/languagetool/ExternalProject_languagetool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/languagetool/ExternalProject_languagetool.mk b/external/languagetool/ExternalProject_languagetool.mk index 6b3788d12e93..ccca669f66f0 100644 --- a/external/languagetool/ExternalProject_languagetool.mk +++ b/external/languagetool/ExternalProject_languagetool.mk @@ -23,7 +23,7 @@ $(eval $(call gb_ExternalProject_use_jars,languagetool,\ $(call gb_ExternalProject_get_state_target,languagetool,build) : cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \ $(ICECREAM_RUN) "$(ANT)" \ - -q \ + $(if $(verbose),-v,-q) \ -f build.xml \ -Dbuild.label="build-$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)" \ -Dant.build.javac.source=$(JAVA_SOURCE_VER) \ |