diff options
author | sg215889 <[email protected]> | 2009-07-15 02:01:48 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-15 02:01:48 -0700 |
commit | f5389b978ffb8fb229ad1b6db4cb7c957818e5f4 (patch) | |
tree | b864a678972f95a502309b11814b8e4b57fa4d7d /make/make.gluegen.all.macosx.sh | |
parent | 27b11223399cba943018a2f18908c4e8e5696b8f (diff) |
Build CDC named JARs for CVM in default build, no more specialized build necessary. Fix PointerBuffer allocateDirect()
Diffstat (limited to 'make/make.gluegen.all.macosx.sh')
-rw-r--r-- | make/make.gluegen.all.macosx.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/make/make.gluegen.all.macosx.sh b/make/make.gluegen.all.macosx.sh new file mode 100644 index 0000000..3086733 --- /dev/null +++ b/make/make.gluegen.all.macosx.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +if [ -e /devtools/etc/profile.ant ] ; then + . /devtools/etc/profile.ant +fi + +# -Dc.compiler.debug=true + +ant -v \ + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.gluegen.all.macosx-x86.log |