summaryrefslogtreecommitdiff
path: root/rhino
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 /rhino
parent994ec9638027fdb1dd1afea9a3cb229b5ab900d6 (diff)
more icerun annotation to stop parallel java builds from exploding
Change-Id: Ie05eeb89e79663674e223339918239facf49603a
Diffstat (limited to 'rhino')
-rw-r--r--rhino/ExternalProject_rhino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhino/ExternalProject_rhino.mk b/rhino/ExternalProject_rhino.mk
index 6a6039323e67..9b3703c663da 100644
--- a/rhino/ExternalProject_rhino.mk
+++ b/rhino/ExternalProject_rhino.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_ExternalProject_register_targets,rhino,\
$(call gb_ExternalProject_get_state_target,rhino,build) :
cd "$(call gb_UnpackedTarball_get_dir,rhino)" && \
- "$(ANT)" \
+ $(ICECREAM_RUN) "$(ANT)" \
-q \
-f build.xml \
-Dbuild.label="build-$(RSCREVISION)" \