Skip to content

Tags: stchar/erlang.mk

Tags

2016.01.12

Unverified

This user has not yet uploaded their public signing key.
Set ASN.1 compilation options using ERLC_ASN1_OPTS

`ERLC_ASN1_OPTS` can be used to pass compiler options when compiling
ASN.1 files. By default, Erlang.mk will leave this empty, but it can
be redefined in a Makefile.

2016.12.08

Unverified

This user has not yet uploaded their public signing key.
Make asciideck a little more verbose

2016.11.03

Unverified

This user has not yet uploaded their public signing key.
Add experimental HiPE support in CI

2016.10.21

Unverified

This user has not yet uploaded their public signing key.
Update Copyright notices

2.0.0-pre.2

Fix target dependencies and enable parallel again

We can now use 'make -j 32' again. All tests pass. There might
be some issues left with the areas that are not fully tested
yet (some plugins).

A few changes in behavior:

* 'make app' will also do 'make deps' unless SKIP_DEPS is set.
  You can use 'make app-build' instead to just build the application.

* 'make rel' will also do 'make app' (and therefore deps). There
  are no alternative target to keep the old behavior at this time.

2.0.0-pre.1

Remove documented stuff from the README

1.2.0

Merge branch 'facorro.elvis.96.plugin.readme' of git://github.com/ina…

…ka/erlang.mk

1.1.0

Correctly handle RELX_OUTPUT_DIR

1.0.0

Change cowboy URL and version to 1.0.0

0.3.0

Fix package fetching

Two issues got fixed:
* The variable name for the package file got changed to PKG_FILE2
  to avoid conflicts with the PKG_FILE from previous erlang.mk versions.
* The way repositories are fetched changed to fix an issue preventing
  fetching the package file *and* the repositories on the same invokation.