X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Fcustom_overrides%2Ffred%2Fbuild_cak0l.sh;h=37b2538842b5cc790e8a4eab4e0eb9dd30218a12;hb=f8b3f5174d7b151b84618b72f69556ea9ad31acf;hp=e55690dbc3135922ab85f1a22c0824ceec55eba8;hpb=f956c8fb06f98b01dedf64ae56a4767645721eef;p=feisty_meow.git diff --git a/examples/custom_overrides/fred/build_cak0l.sh b/examples/custom_overrides/fred/build_cak0l.sh index e55690db..37b25388 100644 --- a/examples/custom_overrides/fred/build_cak0l.sh +++ b/examples/custom_overrides/fred/build_cak0l.sh @@ -1,5 +1,18 @@ #!/bin/bash -pushd ~/xsede/code/cak0l/trunk -ant -Dbuild.targetArch=64 build -popd + +function rebuild_cak0l() +{ + pushd ~/xsede/code/cak0l/trunk + ant clean + ant -Dbuild.targetArch=64 build + popd +} + +function build_cak0l() +{ + pushd ~/xsede/code/cak0l/trunk + ant -Dbuild.targetArch=64 build + popd +} +