From 30cdf7382b1816ee6544a9527d426f2e09008dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 25 Aug 2021 18:16:46 +0200 Subject: Implements ./build.sh -V {notice,verbose,build,fileops,install,xtrace}. --- etc/build.usage.short | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'etc/build.usage.short') diff --git a/etc/build.usage.short b/etc/build.usage.short index 24778221..bbcc046d 100644 --- a/etc/build.usage.short +++ b/etc/build.usage.short @@ -1,11 +1,18 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] - [-F ipv4|ipv6|offline] [-h|--help] [-p jobs] [-P] [-r ALL|LAST] - [-r [*[*[*]]]name[,..][:[^|<|<=|>|>=]step,..]] [-R] [-v[v[v]]] [-x] + [-F ipv4|ipv6|offline] [-h|--help] [-p jobs|-P] [-r ALL|LAST] + [-r [*[*[*]]]name[,..][:[^|<|<=|>|>=]step,..]] + [-R] [-v[v]] [-V level[,..]] [-x] + [--as-needed] [--debug-minipix] [--dump-on-abort] [--reset-state] [--roar] [[=]|=[ ..]] + -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. + -b debug|release Selects debug or release build kind; defaults to debug. -h|--help Show short/full help screen, respectively. - -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops. + -p jobs|-P Enables parallelisation at group-level, whenever applicable. + -r ALL|LAST Restart all/the last failed/the specified comma-separated package(s). + -r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..] + -v[v] -v: log at notice, -vv: log at verbose level. -x Set xtrace during package builds. [ ..] One of: dev_packages, dist, host_deps, host_deps_rpm, -- cgit v1.2.3