projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7104927
)
changed aliases to be slightly more generic.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Aug 2012 21:05:22 +0000
(17:05 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Aug 2012 21:05:22 +0000
(17:05 -0400)
examples/custom_overrides/fred/build_cak0l.sh
patch
|
blob
|
history
diff --git
a/examples/custom_overrides/fred/build_cak0l.sh
b/examples/custom_overrides/fred/build_cak0l.sh
index ba7bc6aae9df62e90902311f5140e2d3a49526d3..84f11d72ff5934432fb9ae9061e038dca82a2d43 100644
(file)
--- a/
examples/custom_overrides/fred/build_cak0l.sh
+++ b/
examples/custom_overrides/fred/build_cak0l.sh
@@
-1,6
+1,6
@@
#!/bin/bash
-function build_
cak0l
()
+function build_
xsede
()
{
pushd ~/xsede/code/cak0l/trunk
ant -Dbuild.targetArch=64 build
@@
-25,11
+25,11
@@
function build_cak0l()
popd
}
-function rebuild_
cak0l
()
+function rebuild_
xsede
()
{
pushd ~/xsede/code/cak0l/trunk
ant clean
popd
- build_
cak0l
+ build_
xsede
}