summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.macosx.sh
blob: 195164b81b76008e7d84d2786fb5f29838b409c8 (plain)
1
2
3
4
5
6
7
8
9
10
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