diff options
author | Jean-Sébastien Pédron <[email protected]> | 2019-06-17 15:35:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-06-21 12:33:19 +0200 |
commit | 9f89dd73fc478cbd688245b785c627a18af0f20f (patch) | |
tree | 77b72d2f9ef6c4679e498617be7a1354f79b63d7 /CHANGELOG.asciidoc | |
parent | 39d29a33416b38f5d7f78f4bc9a64d2968aaa738 (diff) | |
download | erlang.mk-9f89dd73fc478cbd688245b785c627a18af0f20f.tar.gz erlang.mk-9f89dd73fc478cbd688245b785c627a18af0f20f.tar.bz2 erlang.mk-9f89dd73fc478cbd688245b785c627a18af0f20f.zip |
Include applications `$(APPS_DIR)` in the `list-deps` targets
In the case of a multi-applications repository, if one application
depends on another one (using `$(LOCAL_DEPS)`), it will now be listed in
the `list-deps` targets.
Add `ssl` to the `$(LOCAL_DEPS)` in the testcase to ensure that
applications not in `$(APPS_DIR)` are not affected by this change.
Add a changelog entry.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r-- | CHANGELOG.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 27e48cd..d8933ef 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -10,3 +10,6 @@ 2018/12/06: Change the default COVER_DATA_DIR to be the same as COVER_REPORT_DIR. + +2019/06/20: `list-deps` now includes local applications + found in the `APPS_DIR` directory. |