From 77458de033ce302d259e95b9a66c525fcf822dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 26 Aug 2021 15:24:12 +0200 Subject: Log messages at {info,notice,verbose} and {,-v,-vv}. --- etc/build.usage | 16 ++++++++-------- etc/build.usage.short | 14 ++++++++++---- 2 files changed, 18 insertions(+), 12 deletions(-) (limited to 'etc') diff --git a/etc/build.usage b/etc/build.usage index 93b9702a..ca77a508 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|--help] [-p jobs|-P] [-r ALL|LAST] - [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] - [-R] [-v[v]] [-V level[,..]] [-x] + [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R] + [-v[v]] [-V {notice,verbose,build,fileops,install,xtrace}] [-x] [--as-needed] [--debug-minipix] [--dump-on-abort] [--reset-state] [--roar] [[=]<group>|<variable name>=<variable override>[ ..]] @@ -57,14 +57,14 @@ -R Ignore build failures, skip printing package logs, and continue building (relaxed mode.) - -v[v] -v: log at notice, -vv: log at verbose level. + -v[v] -v: log at info, notice, -vv: log at info, notice, verbose level. -V level[,..] Be verbose concerning any of: notice...: log at notice level (-v,) - verbose..: log at verbose level (-vv,) - build....: always print package build logs, - fileops..: log RTL file operations, - install..: log RTL installation DSL operations, - xtrace...: set xtrace during package builds (-x.) + verbose..: log at verbose level (implies notice) (-vv,) + build....: always print package build logs (implies notice,) + fileops..: log RTL file operations (implies notice,) + install..: log RTL installation DSL operations (implies notice,) + xtrace...: set xtrace during package builds (implies notice) (-x.) -x Set xtrace during package builds. --as-needed Don't build unless the midipix_build repository has received diff --git a/etc/build.usage.short b/etc/build.usage.short index b55b4900..715f2a64 100644 --- a/etc/build.usage.short +++ b/etc/build.usage.short @@ -1,7 +1,7 @@ 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[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] - [-R] [-v[v]] [-V level[,..]] [-x] + [-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R] + [-v[v]] [-V {notice,verbose,build,fileops,install,xtrace}] [-x] [--as-needed] [--debug-minipix] [--dump-on-abort] [--reset-state] [--roar] [[=]<group>|<variable name>=<variable override>[ ..]] @@ -12,8 +12,14 @@ -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. + -v[v] -v: log at info, notice, -vv: log at info, notice, verbose level. + -V level[,..] Be verbose concerning any of: + notice...: log at notice level (-v,) + verbose..: log at verbose level (implies notice) (-vv,) + build....: always print package build logs (implies notice,) + fileops..: log RTL file operations (implies notice,) + install..: log RTL installation DSL operations (implies notice,) + xtrace...: set xtrace during package builds (implies notice) (-x.) <group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm, host_toolchain, host_tools, minipix, native_packages, -- cgit v1.2.3