From: megacz Date: Fri, 30 Jan 2004 07:02:57 +0000 (+0000) Subject: 2003/07/05 22:20:26 X-Git-Tag: RC3~814 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=7e70c72cac0052b5c31931898dcf2708225ce86e 2003/07/05 22:20:26 darcs-hash:20040130070257-2ba56-3707a519cac847473750d78207727a00913b3389.gz --- diff --git a/Makefile b/Makefile index cff7799..5d4afb1 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,7 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else - echo 'cd /home/xwt;date=`date +%d-%b-%H%M`;mkdir xwt-$$date;cd xwt-$$date;/usr/bin/cvs -d /cvs co $(this_branch_flag) xwt;mv xwt/* .;mv xwt/.* .;rmdir xwt;touch .make-dist.out;nohup make dist &> /dev/null &;echo;cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" + echo 'cd /home/xwt ; date=`date +%d-%b-%H%M` ; mkdir xwt-$$date ; cd xwt-$$date ; /usr/bin/cvs -d /cvs co $(this_branch_flag) xwt ; mv xwt/* . ; mv xwt/.* . ; rmdir xwt ; touch .make-dist.out ; nohup make dist &> /dev/null & ; echo ; cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif