diff options
author | Loïc Hoguin <[email protected]> | 2015-12-15 16:56:01 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-15 16:56:01 +0100 |
commit | 3ede3d9ae27930c7a9bc09dd3219948e602476d5 (patch) | |
tree | 05a65e6911e3eb60192ffeed78bed0ae9d48b107 /index/xref_runner.mk | |
parent | a0e78888a9557d147ac7b764635d2c54258db88a (diff) | |
download | erlang.mk-3ede3d9ae27930c7a9bc09dd3219948e602476d5.tar.gz erlang.mk-3ede3d9ae27930c7a9bc09dd3219948e602476d5.tar.bz2 erlang.mk-3ede3d9ae27930c7a9bc09dd3219948e602476d5.zip |
Detect Erlang.mk before Rebar
This allows us to avoid autopatching when the Makefile of an
Erlang.mk project contains the word "rebar".
Had to update elvis and xref_runner to master for now because
of incompatibilities. The problem went unnoticed for a while
because they were autopatched.
Diffstat (limited to 'index/xref_runner.mk')
-rw-r--r-- | index/xref_runner.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index/xref_runner.mk b/index/xref_runner.mk index 80ebce4..ded9a6f 100644 --- a/index/xref_runner.mk +++ b/index/xref_runner.mk @@ -4,4 +4,4 @@ pkg_xref_runner_description = Erlang Xref Runner (inspired in rebar xref) pkg_xref_runner_homepage = https://github.com/inaka/xref_runner pkg_xref_runner_fetch = git pkg_xref_runner_repo = https://github.com/inaka/xref_runner -pkg_xref_runner_commit = 0.2.0 +pkg_xref_runner_commit = master |