X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=5f0b4db4d091954d7d698bc46656fb8d349d99c5;hp=2273a8077807f395f0f6a77b1ca000cc96ed5835;hb=bda828d7a70ea0f2051a609b8194c2315a5b7105;hpb=66473aa8bda96ca9109f2e8657a61e922c8d837f diff --git a/Makefile b/Makefile index 2273a80..5f0b4db 100644 --- a/Makefile +++ b/Makefile @@ -258,5 +258,9 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - darcs push -s -A $(USER)@xwt.org -T patches@xwt.org + @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ + @(echo "To: patches@xwt.org";\ + echo "Subject: "`grep -A2 \"New patches\" .darcspatch | tail -n 1 | cut -b 2-`;\ + cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org + @rm .darcspatch