summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_exec.subr
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 15:39:27 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 15:39:27 +0100
commit0903bb1a68159e6b4e1aa1913cfe752b092f2385 (patch)
treecfa719151dae1901f4d8748d2c3b8c02396d3516 /subr.ex/ex_pkg_exec.subr
parent2beb749d18e71eec2062bf26d7fb019f07857a49 (diff)
downloadmidipix_build-0903bb1a68159e6b4e1aa1913cfe752b092f2385.tar.bz2
midipix_build-0903bb1a68159e6b4e1aa1913cfe752b092f2385.tar.xz
subr.ex/ex_pkg_{dispatch,exec,restart}.subr: document functions.
Diffstat (limited to 'subr.ex/ex_pkg_exec.subr')
-rw-r--r--subr.ex/ex_pkg_exec.subr8
1 files changed, 4 insertions, 4 deletions
diff --git a/subr.ex/ex_pkg_exec.subr b/subr.ex/ex_pkg_exec.subr
index 568266e7..08291e45 100644
--- a/subr.ex/ex_pkg_exec.subr
+++ b/subr.ex/ex_pkg_exec.subr
@@ -4,7 +4,7 @@
#
#
-# exp_pkg_exec_pre() - XXX
+# exp_pkg_exec_pre() - prepare environment for single named package w/ dispatcher
# @_group_name: build group name
# @_pkg_name: single package name
# @_restart_at: optional comma-separated list of build steps at which to rebuild or ALL or LAST
@@ -52,7 +52,7 @@ exp_pkg_exec_pre() {
};
#
-# exp_pkg_exec_step() - XXX
+# exp_pkg_exec_step() - execute single build steps & update state for single named package w/ dispatcher
# @_group_name: build group name
# @_pkg_name: single package name
# @_restart_at: optional comma-separated list of build steps at which to rebuild or ALL or LAST
@@ -89,7 +89,7 @@ exp_pkg_exec_step() {
};
#
-# exp_pkg_exec() - XXX
+# exp_pkg_exec() - execute all pertaining build steps & update state for single named package w/ dispatcher
# @_dispatch_fn: top-level dispatch function name
# @_group_name: build group name
# @_pkg_name: single package name
@@ -149,7 +149,7 @@ exp_pkg_exec() {
};
#
-# ex_pkg_exec() - dispatch single named packages
+# ex_pkg_exec() - prepare environment for, execute all pertaining build steps & update state for single named package w/ dispatcher
# @_rdispatch_count: reference to inout variable of dispatcher count
# @_dispatch_count_cur: current dispatcher count
# @_dispatch_count_max: maximum dispatcher count