From 487c40f31185b5bbcf3c1f278af2fe05150ac9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 5 Mar 2020 13:43:03 +0000 Subject: subr/ex_pkg_dispatch.subr: implement *: inhibit group-group dependency expansion. etc/{build.usage,README.md}, subr/build_init.subr: updated. --- etc/README.md | 12 +++++++----- etc/build.usage | 10 ++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'etc') diff --git a/etc/README.md b/etc/README.md index 3543254a..9938ebf6 100644 --- a/etc/README.md +++ b/etc/README.md @@ -175,10 +175,10 @@ Rebuild entire build group: ## 3.1. Fault-tolerant & highly optimised 3D laser show-equipped usage screen ``` -usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] - [-F ipv4|ipv6|offline] [-h] [-p jobs] [-P] [-r ALL|LAST] - [-r [*[*]]name[,..][:step,..]] [-R] [-v[v[v[v]]]] [--as-needed] - [--debug-minipix] [|=[ ..]] +usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] + [-F ipv4|ipv6|offline] [-h] [-p jobs] [-P] [-r ALL|LAST] + [-r [*[*[*]]]name[,..][:step,..]] [-R] [-v[v[v[v]]]] [--as-needed] + [--debug-minipix] [[*]|=[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. @@ -202,7 +202,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..] -r ALL|LAST Restart all packages or the last failed package and resume build, resp. - -r [*[*]]name[,..][:step,..] + -r [*[*[*]]]name[,..][:step,..] Restart the specified comma-separated package(s) completely or at optionally specified comma-separated list of build steps. @@ -226,6 +226,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..] [ ..] One of: dev_packages, dist, host_deps, host_deps_rpm, host_toolchain, host_tools, minipix, native_packages, native_runtime, native_toolchain, native_tools. + + Prepend w/ `*' to inhibit group-group dependency expansion. ``` [Back to top](#table-of-contents) diff --git a/etc/build.usage b/etc/build.usage index d0b900b4..fe87b133 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,7 +1,7 @@ -usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] - [-F ipv4|ipv6|offline] [-h] [-p jobs] [-P] [-r ALL|LAST] - [-r [*[*[*]]]name[,..][:step,..]] [-R] [-v[v[v[v]]]] [--as-needed] - [--debug-minipix] [|=[ ..]] +usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] + [-F ipv4|ipv6|offline] [-h] [-p jobs] [-P] [-r ALL|LAST] + [-r [*[*[*]]]name[,..][:step,..]] [-R] [-v[v[v[v]]]] [--as-needed] + [--debug-minipix] [[*]|=[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. @@ -49,3 +49,5 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind [ ..] One of: dev_packages, dist, host_deps, host_deps_rpm, host_toolchain, host_tools, minipix, native_packages, native_runtime, native_toolchain, native_tools. + + Prepend w/ `*' to inhibit group-group dependency expansion. -- cgit v1.2.3