X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=6f95c1460563deae10931d08f57cd411c0b78485;hb=4bb38332bc86adc8247caafb90937734aa2707b5;hp=d8afc98420124d9ccf26c044ca617edacccd8262;hpb=aefc12ca6c6dc286f89501abac9b27c6c49b2e05;p=org.ibex.core.git 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: