aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.joal.all.macosx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.joal.all.macosx.sh')
-rwxr-xr-xmake/scripts/make.joal.all.macosx.sh12
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