From: megacz Date: Fri, 30 Jan 2004 06:55:55 +0000 (+0000) Subject: 2003/02/27 10:53:14 X-Git-Tag: RC3~1210 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=f77f7c2f8e29c1e56719faee5ae3bff28e2eed47 2003/02/27 10:53:14 darcs-hash:20040130065555-2ba56-463e4a5f18b3dfccb419d7b3c3793d9bc0711892.gz --- diff --git a/Makefile b/Makefile index d8afc98..6f95c14 100644 --- a/Makefile +++ b/Makefile @@ -164,10 +164,10 @@ dist: (test `uname -n` = gosset.megacz.com) && \ (((make $(silent) dist-private 2>&1) >> .make-dist.out) || \ - (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)) + (tail -n 200 .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)) (test `uname -n` = gosset.megacz.com) && \ - (cat .make-dist.out | \ + (tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org < /dev/null) dist-private: