diff options
author | Sven Gothel <[email protected]> | 2011-12-19 01:55:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-19 01:55:51 +0100 |
commit | c719d9420ca0205acf4a691e13687a0354018cb9 (patch) | |
tree | 1dcba8ce58060808d898fd25a193a5c5abee9ac5 | |
parent | 2258d6eb97b7a1662ef236dea67d89899ff028ee (diff) |
Add macosx build scriptv2.0-rc5
-rw-r--r-- | scripts/make.jocl.all.macosx.sh | 11 |
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 |