summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-02 11:03:47 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-02 11:03:47 +0000
commit221ee9ab8f7be62b3bf1adf14e406d138a96ac08 (patch)
treeb5437c2c8161bb6d84ca13255bde46bd0f53acf4 /subr/ex_pkg.subr
parent083f52ef65a49edcd51f6adcce3ca14c58feb9a4 (diff)
downloadmidipix_build-221ee9ab8f7be62b3bf1adf14e406d138a96ac08.tar.bz2
midipix_build-221ee9ab8f7be62b3bf1adf14e406d138a96ac08.tar.xz
build.sh:build(): iteratively print list of unknown packages, if any.
subr/build_init.subr:buildp_init_args(): correctly parse -r package[,...]:step[,...]. subr/ex_pkg{,_dispatch}.subr: minor cleanup. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): don't reset ${EX_PKG_DISPATCH_UNKNOWN} on entry. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly check ${_pkg_names} for ${_pkg_name} when updating ${EX_PKG_DISPATCH_UNKNOWN}.
Diffstat (limited to 'subr/ex_pkg.subr')
-rw-r--r--subr/ex_pkg.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg.subr b/subr/ex_pkg.subr
index fd2df524..e4a68140 100644
--- a/subr/ex_pkg.subr
+++ b/subr/ex_pkg.subr
@@ -30,7 +30,7 @@ ex_pkg_check_depends() {
#
# ex_pkg_expand_packages() - expand build group name to list of packages ordered and filtered according to dependency and restart constraints
# @_group_name: build group name
-# @_restart: optional comma-separated list of package names to rebuild
+# @_restart: optional whitespace-separated list of package names to rebuild
# @_restart_recursive: optional flag specifiying either no dependency expansion (0,) dependency expansion (1,) dependency expansion and forcibly rebuild (2.)
#
# Return: zero (0) on success, non-zero (>0) on failure, ${EXP_PKG_COMPLETE}, ${EXP_PKG_DISABLED}, ${EXP_PKG_FINISHED}, and ${EXP_PKG_NAMES} set post-return.