summaryrefslogtreecommitdiff
path: root/languagetool
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-10-10 11:52:28 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-10-10 13:37:28 +0100
commit940db0cb1b3d0c4c38493c002cff2ad24f59afee (patch)
treeb0497f172de5a42548406d82fd2040496c6863fe /languagetool
parent994ec9638027fdb1dd1afea9a3cb229b5ab900d6 (diff)
more icerun annotation to stop parallel java builds from exploding
Change-Id: Ie05eeb89e79663674e223339918239facf49603a
Diffstat (limited to 'languagetool')
-rw-r--r--languagetool/ExternalProject_languagetool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk
index 60b70e63632b..4934dad3146b 100644
--- a/languagetool/ExternalProject_languagetool.mk
+++ b/languagetool/ExternalProject_languagetool.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,languagetool,\
$(call gb_ExternalProject_get_state_target,languagetool,build) :
cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \
- "$(ANT)" \
+ $(ICECREAM_RUN) "$(ANT)" \
-q \
-f build.xml \
-Dbuild.label="build-libreoffice" \