X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=49468c556ddb9e1a4467c30d6183c301ef655378;hb=3ce004ae85112b7c63476c34ea9e2a0684ae1617;hp=d3916b8e550b888568879e36cf777a8d6ab51dc6;hpb=f6ace50f8f67dfa7f299abf00ecf1e083a3c67d3;p=org.ibex.core.git diff --git a/Makefile b/Makefile index d3916b8..49468c5 100644 --- a/Makefile +++ b/Makefile @@ -157,16 +157,16 @@ dist: echo "* This build is $(current_build)" echo "***********************************************************" - test `uname -n` = gosset.megacz.com || \ + (test `uname -n` = gosset.megacz.com) || \ 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) + (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)) - 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 + (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) dist-private: make $(silent) update-build