2003/02/27 10:53:14
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:55:55 +0000 (06:55 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:55:55 +0000 (06:55 +0000)
darcs-hash:20040130065555-2ba56-463e4a5f18b3dfccb419d7b3c3793d9bc0711892.gz

Makefile

index d8afc98..6f95c14 100644 (file)
--- 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: