diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-15 11:58:09 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-15 11:58:09 +0000 |
commit | 8f50a38b6c05a37b2ef39e0878d3db037fa5202d (patch) | |
tree | 86421459e0eb4524e865fd354ef5649d5fbf1e84 /etc | |
parent | 088fb189f2f1753adbe92c44d4bed370cd52ba8b (diff) | |
download | midipix_build-8f50a38b6c05a37b2ef39e0878d3db037fa5202d.tar.bz2 midipix_build-8f50a38b6c05a37b2ef39e0878d3db037fa5202d.tar.xz |
subr/build_init.subr:buildp_init_getopts(): split -p jobs from -P due to getopts(1) constraints.
etc/build.usage: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/build.usage b/etc/build.usage index 226c66da..2150db1d 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]] [-r [*[*]]ALL|LAST|name[,..][:step,..]] - [-R] [-v[v[v[v]]]] [--as-needed] [--debug-minipix] [<group>[ ..]] +usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] [-F ipv4|ipv6|offline] + [-h] [-p jobs] [-P] [-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. -C dir[,..] Clean build directory (build,) ${PREFIX} before processing build @@ -15,8 +15,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] Force IPv4 (ipv4) or IPv6 (ipv6) when downloading package archives and/or Git repositories or don't download either at all (offline.) -h Show this screen. - -P[jobs] Enables parallelisation at group-level, whenever applicable. - The maximum count of jobs defaults to the number of logical + -p jobs Enables parallelisation at group-level, whenever applicable. + -P The maximum count of jobs defaults to the number of logical 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. |