Fix and enable the mfilterjavac option

Julien reported a bootstrap problem when mfilterjavac was enabled and a Java
grade was being installed but the installed compiler did not have an
mfilterjavac program.  When installing a Java grade the mfilterjavac program
in the workspace was not in the PATH.  This change ensures that mfilterjavac
is in the path and enables it's use in the compiler.

compiler/options.m:
    Enable the mfilterjavac option.

Mmakefile:
    Set the PATH in SUBDIR_MAKE and SUBSUBDIR_MAKE correctly so that the
    compiler can find mfilterjavac.

tools/bootcheck:
    Run 'mmake depend' in stage2/mfilterjavac in the same way that we do for
    the other directories.

mfilterjavac/.gitignore
    Ignore tags related files in this directory.
This commit is contained in:
Paul Bone
2013-05-19 23:15:09 +10:00
parent 3600ab818c
commit d1f46923a0
4 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
.mfilterjavac_tags
MFILTERJAVAC_FLAGS
mfilterjavac
tags
*.c
*.c_date
*.d