aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.macosx.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-19 01:55:51 +0100
committerSven Gothel <[email protected]>2011-12-19 01:55:51 +0100
commitc719d9420ca0205acf4a691e13687a0354018cb9 (patch)
tree1dcba8ce58060808d898fd25a193a5c5abee9ac5 /scripts/make.jocl.all.macosx.sh
parent2258d6eb97b7a1662ef236dea67d89899ff028ee (diff)
Add macosx build scriptv2.0-rc5
Diffstat (limited to 'scripts/make.jocl.all.macosx.sh')
-rw-r--r--scripts/make.jocl.all.macosx.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.macosx.sh b/scripts/make.jocl.all.macosx.sh
new file mode 100644
index 00000000..195164b8
--- /dev/null
+++ b/scripts/make.jocl.all.macosx.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+if [ -e /opt-share/etc/profile.ant ] ; then
+ . /opt-share/etc/profile.ant
+fi
+
+ant \
+ -Drootrel.build=build-macosx \
+ $* 2>&1 | tee make.jocl.all.macosx.log