diff options
author | Sven Gothel <[email protected]> | 2011-12-21 23:24:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-21 23:24:16 +0100 |
commit | 6f9ac1fc203a15badf0def9b8b3e53bd7c7b4055 (patch) | |
tree | 52275903a900cf0fb5918d64c2618645fbd14b5d | |
parent | 757abc0d878af74496bc1e85bef794df89155ba8 (diff) |
Add macosx build script
-rwxr-xr-x | make/scripts/make.joal.all.macosx.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.macosx.sh b/make/scripts/make.joal.all.macosx.sh new file mode 100755 index 0000000..50eaf85 --- /dev/null +++ b/make/scripts/make.joal.all.macosx.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +if [ -e /opt-share/etc/profile.ant ] ; then + . /opt-share/etc/profile.ant +fi + + +# -Dc.compiler.debug=true + +ant \ + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.joal.all.macosx.log |