X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=19f1e40668bab1c08e81f6a9230927ff57e7e928;hb=993184c94674013a6169b77a3611c3e664483b17;hp=5f0b4db4d091954d7d698bc46656fb8d349d99c5;hpb=bda828d7a70ea0f2051a609b8194c2315a5b7105;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 5f0b4db..19f1e40 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ build/java/org/xwt/mips/%: build/class/org/ibex/translators/MIPSApps.class: build/mips/mipsapps.mips .jikes mkdir -p build/java/org/ibex/translators @echo -e "\n\033[1mtranslating .mips -> .java: $<\033[0m" - (echo -e 'package org.xwt.translators;\n'; \ + (echo -e 'package org.ibex.translators;\n'; \ java -Xint -cp upstream/mips/build org.xwt.mips.Compiler MIPSApps build/mips/mipsapps.mips) \ | sed 's,//.*$$,,;'| tr -d '\n' > build/java/org/ibex/translators/MIPSApps.java @echo -e "\n\033[1mcompiling .java -> .class: $<\033[0m" @@ -260,7 +260,9 @@ dist: compile propose-patch: @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 + SUB=`grep -A2 New.patches .darcspatch | tail -n 1 | cut -b 2-`;\ + echo "Subject: $$SUB";\ + echo;\ + cat .darcspatch) | cat > /tmp/foo #/usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch