<div dir="ltr"><div>Disable mfilterjavac for now.</div><div><br></div><div>mfilterjavac is currently causing problems when installing the java grade from</div><div>the stage 2 dir. It can be re-enabled when the following sequence of actions</div>
<div>works correctly:</div><div><br></div><div>(1) Build stage 1 using rotd-2013-04-18</div><div>(2) Bootcheck (or otherwise build the stage 2 compiler).</div><div>(3) cd stage2 && mmake install (with the java grade as one of the grades</div>
<div> to install).</div><div><br></div><div>compiler/options.m:</div><div><span class="" style="white-space:pre"> </span>Disable the use of mfilterjavac for now.</div><div><br></div><div>compiler/mlds_to_java.m:</div><div>
<span class="" style="white-space:pre"> </span>Update a comment.</div><div><br></div><div>Julien.</div><div><br></div><div>diff --git a/compiler/mlds_to_java.m b/compiler/mlds_to_java.m</div><div>index 5f8b09b..fcf3b90 100644</div>
<div>--- a/compiler/mlds_to_java.m</div><div>+++ b/compiler/mlds_to_java.m</div><div>@@ -5193,7 +5193,7 @@ output_context(Info, Marker, Context, !IO) :-</div><div> % \u is treated as a Unicode escape even with comments.</div>
<div> string.replace_all(File, "\\u", "\\\\u", SafePath),</div><div> % Do not modify this format string without modifying</div><div>- % util/mfilterjavac.m</div><div>
+ % mfilterjavac/mfilterjavac.m</div><div> io.format("// %s %s:%d\n",</div><div> [s(marker_string(Marker)), s(SafePath), i(Line)], !IO),</div><div> set_last_context(ProgContext, !IO)</div>
<div>diff --git a/compiler/options.m b/compiler/options.m</div><div>index 1cc2553..234c112 100644</div><div>--- a/compiler/options.m</div><div>+++ b/compiler/options.m</div><div>@@ -1838,7 +1838,9 @@ option_defaults_2(link_option, [</div>
<div> mkinit_erl_command - string("mkinit_erl"),</div><div> demangle_command - string("mdemangle"),</div><div> filtercc_command - string("mfiltercc"),</div>
<div>- filterjavac_command - string("mfilterjavac"),</div><div>+ % XXX filterjavac_command is disabled until the addition of</div><div>+ % mfilterjavac has bootstrapped.</div><div>+ filterjavac_command - string(""),</div>
<div> trace_libs - string(""),</div><div> thread_libs - string(""),</div><div> hwloc_libs - string(""),</div>
<div><br></div></div>