From: Chris Koeritz Date: Wed, 22 Feb 2012 21:34:40 +0000 (-0500) Subject: two helpful scripts to build my trunk of genesis 2. X-Git-Tag: 2.140.90~1566 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f956c8fb06f98b01dedf64ae56a4767645721eef two helpful scripts to build my trunk of genesis 2. --- diff --git a/examples/custom_overrides/fred/build_cak0l.sh b/examples/custom_overrides/fred/build_cak0l.sh new file mode 100644 index 00000000..e55690db --- /dev/null +++ b/examples/custom_overrides/fred/build_cak0l.sh @@ -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 index 00000000..4b1510c2 --- /dev/null +++ b/examples/custom_overrides/fred/rebuild_cak0l.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pushd ~/xsede/code/cak0l/trunk +ant clean +ant -Dbuild.targetArch=64 build +popd +