diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-10-10 11:52:28 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-10-10 13:37:28 +0100 |
commit | 940db0cb1b3d0c4c38493c002cff2ad24f59afee (patch) | |
tree | b0497f172de5a42548406d82fd2040496c6863fe /beanshell | |
parent | 994ec9638027fdb1dd1afea9a3cb229b5ab900d6 (diff) |
more icerun annotation to stop parallel java builds from exploding
Change-Id: Ie05eeb89e79663674e223339918239facf49603a
Diffstat (limited to 'beanshell')
-rw-r--r-- | beanshell/ExternalProject_beanshell.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beanshell/ExternalProject_beanshell.mk b/beanshell/ExternalProject_beanshell.mk index 0fc720d30042..983537c57348 100644 --- a/beanshell/ExternalProject_beanshell.mk +++ b/beanshell/ExternalProject_beanshell.mk @@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,beanshell,\ $(call gb_ExternalProject_get_state_target,beanshell,build) : cd "$(call gb_UnpackedTarball_get_dir,beanshell)" && \ - "$(ANT)" \ + $(ICECREAM_RUN) "$(ANT)" \ -q \ -f build.xml \ -Dbuild.label="build-libreoffice" \ |