X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=3e9ea9c2a368ccff12827f284eef2f5737824a54;hb=da638c8e64a289bb525066cd356d0dd5149e26ea;hp=7ebd55d09c0120823ec5750f472481dc7b68ccc1;hpb=664e3d69b6d6b604cfea919f233946f8697c7eb2;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 7ebd55d..3e9ea9c 100644 --- a/Makefile +++ b/Makefile @@ -262,6 +262,7 @@ propose-patch: @(echo "To: patches@xwt.org";\ SUB=`grep -A2 New.patches .darcspatch | tail -n 1 | cut -b 2-`;\ echo "Subject: $$SUB";\ - cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; + echo;\ + cat .darcspatch) | cat > /tmp/foo #/usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch