summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-05 13:21:40 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-05 13:21:40 +0000
commit7bed8897ea5cd2bb80f275f93e4287754bd5cc97 (patch)
tree6fe26f1f411be9005c380aa3bfa8620feec74390 /etc
parent5b1e55bb7daacd534230163711c87b92a2927add (diff)
downloadmidipix_build-7bed8897ea5cd2bb80f275f93e4287754bd5cc97.tar.bz2
midipix_build-7bed8897ea5cd2bb80f275f93e4287754bd5cc97.tar.xz
subr/ex_pkg{,_dispatch}.subr: implement -r ***name[,..][:step,..]: forcibly rebuild all packages that depend on the specified package(s).
etc/{build.usage,README.md}, subr/build_init.subr: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md7
-rw-r--r--etc/build.usage15
2 files changed, 12 insertions, 10 deletions
diff --git a/etc/README.md b/etc/README.md
index 861d7d97..3543254a 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -206,8 +206,9 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]
Restart the specified comma-separated package(s) completely or
at optionally specified comma-separated list of build steps.
- Prepend w/ `*' to automatically include dependencies and `**' to
- forcibly rebuild all dependencies.
+ Prepend w/ `*' to automatically include dependencies, `**' to
+ forcibly rebuild all dependencies, and `***` to forcibly rebuild
+ all packages that depend on the specified package(s).
Currently defined build steps are:
fetch_wget, fetch_git, fetch_extract, configure_patch_pre,
@@ -223,7 +224,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]
new commits.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
<group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm,
- host_toolchain, host_tools, minipix, native_packages,
+ host_toolchain, host_tools, minipix, native_packages,
native_runtime, native_toolchain, native_tools.
```
diff --git a/etc/build.usage b/etc/build.usage
index 0f0f816c..d0b900b4 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -1,6 +1,6 @@
-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]
+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] [<group>|<variable name>=<variable override>[ ..]]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
@@ -25,12 +25,13 @@ 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.
- Prepend w/ `*' to automatically include dependencies and `**' to
- forcibly rebuild all dependencies.
+ Prepend w/ `*' to automatically include dependencies, `**' to
+ forcibly rebuild all dependencies, and `***` to forcibly rebuild
+ all packages that depend on the specified package(s).
Currently defined build steps are:
fetch_wget, fetch_git, fetch_extract, configure_patch_pre,
@@ -46,5 +47,5 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]
new commits.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
<group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm,
- host_toolchain, host_tools, minipix, native_packages,
+ host_toolchain, host_tools, minipix, native_packages,
native_runtime, native_toolchain, native_tools.