two helpful scripts to build my trunk of genesis 2.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 21:34:40 +0000 (16:34 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 21:34:40 +0000 (16:34 -0500)
examples/custom_overrides/fred/build_cak0l.sh [new file with mode: 0644]
examples/custom_overrides/fred/rebuild_cak0l.sh [new file with mode: 0644]

diff --git a/examples/custom_overrides/fred/build_cak0l.sh b/examples/custom_overrides/fred/build_cak0l.sh
new file mode 100644 (file)
index 0000000..e55690d
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+pushd ~/xsede/code/cak0l/trunk
+ant -Dbuild.targetArch=64 build
+popd
+
diff --git a/examples/custom_overrides/fred/rebuild_cak0l.sh b/examples/custom_overrides/fred/rebuild_cak0l.sh
new file mode 100644 (file)
index 0000000..4b1510c
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+pushd ~/xsede/code/cak0l/trunk
+ant clean
+ant -Dbuild.targetArch=64 build
+popd
+