From: megacz Date: Fri, 30 Jan 2004 06:56:02 +0000 (+0000) Subject: 2003/02/28 03:34:15 X-Git-Tag: RC3~1202 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c023f3236ba0c54c794bf15291c8f8fc758a9780;p=org.ibex.core.git 2003/02/28 03:34:15 darcs-hash:20040130065602-2ba56-e6b347b7cdab5ac75d91f43fd9d2d89a12334d3f.gz --- diff --git a/Makefile b/Makefile index 4e361a8..1e8bf64 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ current_build := $(shell cat next.build) dist: # this will fail if we haven't checked-in since the comment is null; we want this. - cvs commit -m '' > /dev/null +# cvs commit -m '' > /dev/null echo "***********************************************************" echo "* This build is $(current_build)" @@ -163,7 +163,7 @@ dist: (tail -n 200 .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false) tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org - elsif + else ssh xwt@xwt.org verbose=$(verbose) /home/xwt/dist \ | grep -v "make...:.\(Entering\|Leaving\).directory" endif