From 9f89dd73fc478cbd688245b785c627a18af0f20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Mon, 17 Jun 2019 15:35:10 +0200 Subject: 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. --- CHANGELOG.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.asciidoc') 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. -- cgit v1.2.3