summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-13 20:09:06 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-13 20:09:06 +0000
commit812b44e7f800efcdcb1f0afc94c65dea84e487c4 (patch)
tree9e5e2ba84320fc697f0bde00c94b68d2cb2a786c /etc/build.usage
parentb7d16e0260b6ebb8e43fe2d2783ccf056a3a9bdd (diff)
downloadmidipix_build-812b44e7f800efcdcb1f0afc94c65dea84e487c4.tar.bz2
midipix_build-812b44e7f800efcdcb1f0afc94c65dea84e487c4.tar.xz
groups/2*.native_packages_*.group: adds dependencies.
etc/build.usage: updated.
Diffstat (limited to 'etc/build.usage')
-rw-r--r--etc/build.usage4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/build.usage b/etc/build.usage
index 93f1c207..354fc939 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -1,5 +1,5 @@
usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]]
- [-F ipv4|ipv6|offline] [-h] [-P [jobs]] [-r ALL|LAST|name[,..][:step,..]]
+ [-F ipv4|ipv6|offline] [-h] [-P [jobs]] [-r [*]ALL|LAST|name[,..][:step,..]]
[-R] [-v[v[v[v]]]] [--as-needed] [--debug-minipix] [<group>[ ..]]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
-b debug|release Selects debug or release build; defaults to debug.
@@ -20,7 +20,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]]
processors on the host system.
If -R is not specified and at least one (1) package fails to build,
all remaining package builds will be forcibly aborted for convenience.
- -r ALL[:step,..]|LAST|name[,..][:step,..]
+ -r [*]ALL[:step,..]|LAST|name[,..][:step,..]
Restart all packages/the specified comma-separated package(s)
completely or at optionally specified comma-separated step(s)
or restart the last failed package and resume build.