X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4e9dc64df87a2b9f4af8d41723e144e6f0b373f2;hb=1be28f936028856a38e3bce7c2d566d432120d44;hp=3e9ea9c2a368ccff12827f284eef2f5737824a54;hpb=eebf1de81793af20e9e6b1799b15c8ce147b6a26;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 3e9ea9c..4e9dc64 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,9 +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";\ - SUB=`grep -A2 New.patches .darcspatch | tail -n 1 | cut -b 2-`;\ + SUB=`grep -A10000 New.patches .darcspatch | grep '^\\[' | cut -b 2- | tr \\\n , | sed s_,_,\ _g | sed "s_, *\\$$__"`;\ echo "Subject: $$SUB";\ echo;\ - cat .darcspatch) | cat > /tmp/foo #/usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; + cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch