2003/02/27 10:53:14
[org.ibex.core.git] / 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: