Created
February 4, 2010 22:53
-
-
Save cschamp/295232 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bld() { | |
case `hostname` in | |
cschamp-zr1*) | |
make -C /usr/local/build/git/hosted09/bora-vmsoft VERBOSE=0 OBJDIR=release $1 2>&1 |tee $1.log | |
;; | |
*) | |
ssh ${USER}@cschamp-zr1 make -C /usr/local/build/git/hosted09/bora-vmsoft VERBOSE=0 OBJDIR=release $1 2>&1 |tee /usr/local/build/git/hosted09/$1-$$.log | |
;; | |
esac | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment