From f956c8fb06f98b01dedf64ae56a4767645721eef Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 22 Feb 2012 16:34:40 -0500 Subject: [PATCH] two helpful scripts to build my trunk of genesis 2. --- examples/custom_overrides/fred/build_cak0l.sh | 5 +++++ examples/custom_overrides/fred/rebuild_cak0l.sh | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 examples/custom_overrides/fred/build_cak0l.sh create mode 100644 examples/custom_overrides/fred/rebuild_cak0l.sh 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 + -- 2.34.1