From 25f876c0cd07e19d906eea9f617004e7cf57a14b Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:55:23 +0000 Subject: [PATCH] 2003/02/27 09:55:11 darcs-hash:20040130065523-2ba56-2d487d70eb5d5f54997e3496b4b894eafeab8371.gz --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4