whoops, had to wrap these.
authorChris Koeritz <fred@gruntose.com>
Thu, 23 Feb 2012 16:49:56 +0000 (11:49 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 23 Feb 2012 16:49:56 +0000 (11:49 -0500)
examples/custom_overrides/fred/build_cak0l.sh
examples/custom_overrides/fred/rebuild_cak0l.sh [deleted file]

index e55690dbc3135922ab85f1a22c0824ceec55eba8..37b2538842b5cc790e8a4eab4e0eb9dd30218a12 100644 (file)
@@ -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
+}
+
 
diff --git a/examples/custom_overrides/fred/rebuild_cak0l.sh b/examples/custom_overrides/fred/rebuild_cak0l.sh
deleted file mode 100644 (file)
index 4b1510c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-pushd ~/xsede/code/cak0l/trunk
-ant clean
-ant -Dbuild.targetArch=64 build
-popd
-