From f77f7c2f8e29c1e56719faee5ae3bff28e2eed47 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:55:55 +0000 Subject: [PATCH] 2003/02/27 10:53:14 darcs-hash:20040130065555-2ba56-463e4a5f18b3dfccb419d7b3c3793d9bc0711892.gz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 1.7.10.4