Commit Graph

5 Commits

Author SHA1 Message Date
Peter Wang
c4c840cb7e Delete Erlang backend from configure.
configure.ac:
m4/mercury.m4:
    Delete --enable-erlang-grade configure option.

    Don't search for erlang compiler and interpreter.

    Don't substitute @ERLC@ and @ERL@.

    Don't add erlang to libgrades.

    Don't generate erlang_conf.hrl

library/erlang_conf.hrl.in:
    Delete template file.

.dockerignore:
browser/MDB_FLAGS.in:
compiler/COMP_FLAGS.in:
deep_profiler/DEEP_FLAGS.in:
library/.gitignore:
library/Mmakefile:
library/library.m:
mdbcomp/MDBCOMP_FLAGS.in:
mfilterjavac/MFILTERJAVAC_FLAGS.in:
profiler/PROF_FLAGS.in:
scripts/Mercury.config*.in:
scripts/mercury_config.in:
scripts/prepare_install_dir.in:
ssdb/SSDB_FLAGS.in:
tools/bootcheck:
    Delete references to Erlang .hrl files.

    Delete references to @ERLC@ and @ERL@.
2020-10-27 11:10:11 +11:00
Sebastian Godelet
42182181ec Make bootstrap optional 2019-01-02 12:30:56 +00:00
Sebastian Godelet
8d7f2e47ce Do not install git; ignore all binary content 2019-01-02 12:30:56 +00:00
Sebastian Godelet
960020db86 disable staged compiler build for now 2019-01-02 12:30:55 +00:00
Sebastian Godelet
164fe78409 Add Dockerfile to containerise mmc.
.dockerignore:
    Ignore README files, extras and boem_gc.
    This forces the submodules to be checkout out during the container
    run step, which seems not to work very well due to symlinks.

Dockerfile:
    Dockerfile to create a containerised mmc, using a build script
    similar to INSTALL.git.
2019-01-02 12:30:55 +00:00