From: megacz Date: Fri, 30 Jan 2004 06:55:23 +0000 (+0000) Subject: 2003/02/27 09:55:11 X-Git-Tag: RC3~1241 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=25f876c0cd07e19d906eea9f617004e7cf57a14b 2003/02/27 09:55:11 darcs-hash:20040130065523-2ba56-2d487d70eb5d5f54997e3496b4b894eafeab8371.gz --- diff --git a/Makefile b/Makefile index 8540ad7..49468c5 100644 --- a/Makefile +++ b/Makefile @@ -161,12 +161,12 @@ dist: ssh xwt@xwt.org /home/xwt/dist | grep -v "make...:.\(Entering\|Leaving\).directory" (test `uname -n` = gosset.megacz.com) && \ - make $(silent) dist-private &> .make-dist.out || \ - (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false) + (make $(silent) dist-private &> .make-dist.out || \ + (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)) (test `uname -n` = gosset.megacz.com) && \ - cat .make-dist.out | \ - mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org < /dev/null + (cat .make-dist.out | \ + mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org < /dev/null) dist-private: make $(silent) update-build