summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-05 13:43:03 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-05 13:43:03 +0000
commit487c40f31185b5bbcf3c1f278af2fe05150ac9d5 (patch)
treea16ca2957c6fa3a0224044c5dcf79c2eb8e25c23 /etc/build.usage
parent7bed8897ea5cd2bb80f275f93e4287754bd5cc97 (diff)
downloadmidipix_build-487c40f31185b5bbcf3c1f278af2fe05150ac9d5.tar.bz2
midipix_build-487c40f31185b5bbcf3c1f278af2fe05150ac9d5.tar.xz
subr/ex_pkg_dispatch.subr: implement *<group>: inhibit group-group dependency expansion.
etc/{build.usage,README.md}, subr/build_init.subr: updated.
Diffstat (limited to 'etc/build.usage')
-rw-r--r--etc/build.usage10
1 files changed, 6 insertions, 4 deletions
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] [<group>|<variable name>=<variable override>[ ..]]
+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.
-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
<group>[ ..] 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.