diff options
-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 |