From 155fca910c9f5eab655eec885614db97396544b1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 13 Sep 2017 14:12:02 +0200 Subject: bin/common-functions: clarify comment --- bin/common-functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/common-functions b/bin/common-functions index e8ba3ae..552e0e9 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -785,7 +785,8 @@ extract_source_directory() { } # find_dependencies_on_build_list $package $git_revision $mod_git_revision $repository -# return a list of packages on the build list which are dependencies of the given package +# return a list of packages on the build list which are (run- / build- / check-time) +# dependencies of the given package find_dependencies_on_build_list() { -- cgit v1.2.3-54-g00ecf