X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=72f68df2759b8a022cdf0cffe3c814550bbf96a3;hp=43820e2b603b135cfecf95b91331487a156c5ef5;hb=eb69dc64717856f2e0f1471f4fcab998329627a2;hpb=4f2f5ccade1e521e28e8a825f0bcc5a210b45821 diff --git a/Makefile b/Makefile index 43820e2..72f68df 100644 --- a/Makefile +++ b/Makefile @@ -355,7 +355,7 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/ + @darcs send --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/ @(echo "To: patches@xwt.org";\ SUB=`grep -A10000 New.patches .darcspatch | grep '^\\[' | cut -b 2- | tr \\\n , | sed s_,_,\ _g | sed "s_, *\\$$__"`;\ echo "Subject: $$SUB";\