diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-14 17:15:07 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-14 17:15:07 +0000 |
commit | e30e0aedb36bdb048b8feff7738c20e265fbac8d (patch) | |
tree | fda6cf2478de284fe64187c96e7465db7f9e3d4f /etc | |
parent | 0f39ce29b8e5756692be0a5f8293d22299c6128a (diff) | |
download | midipix_build-e30e0aedb36bdb048b8feff7738c20e265fbac8d.tar.bz2 midipix_build-e30e0aedb36bdb048b8feff7738c20e265fbac8d.tar.xz |
subr/build_init.subr:buildp_init_env(): default to -P jobs count to ${DEFAULT_BUILD_CPUS}/2 or 1.
subr/build_init.subr:buildp_init_env(): reject invalid -P job counts.
etc/build.usage: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/build.usage b/etc/build.usage index 7401608b..226c66da 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. @@ -15,7 +15,7 @@ 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. + -P[jobs] Enables parallelisation at group-level, whenever applicable. 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, |