summaryrefslogtreecommitdiffhomepage
path: root/etc/README.md
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-24 13:07:43 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-24 13:07:43 +0200
commit1793b7961a7e20a770d0212fb99e837d0ddb8477 (patch)
treeaf95542d502f3a2fe27d47b0cf0debbddc479683 /etc/README.md
parent504b54cbd61ee15cf5d4bb4cf02731c3d30a91f1 (diff)
downloadmidipix_build-1793b7961a7e20a770d0212fb99e837d0ddb8477.tar.bz2
midipix_build-1793b7961a7e20a770d0212fb99e837d0ddb8477.tar.xz
Split ./build.sh -x from ./build.sh -vvvv.
Diffstat (limited to 'etc/README.md')
-rw-r--r--etc/README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/etc/README.md b/etc/README.md
index b1ae6a21..058e1afa 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -246,11 +246,11 @@ Forcibly (re)download all archive files and/or Git repositories associated with
## 3.1. Fault-tolerant & highly optimised 3D laser show-equipped usage screen
```
-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[v]]]]
- [--as-needed] [--debug-minipix] [--dump-on-abort] [--reset-state]
- [--roar] [[=]<group>|<variable name>=<variable override>[ ..]]
+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]
+ [--as-needed] [--debug-minipix] [--dump-on-abort] [--reset-state]
+ [--roar] [[=]<group>|<variable name>=<variable override>[ ..]]
-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.
@@ -302,14 +302,16 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,
-R Ignore build failures, skip printing package logs, and continue
building (relaxed mode.)
- -v[v[v[v]]] Be verbose; -vv: always print package logs; -vvv: set xtrace
- during package builds; -vvvv: logs fileops.
+ -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops.
+ -x Set xtrace during package builds.
+
--as-needed Don't build unless the midipix_build repository has received
new commits.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
--dump-on-abort Produce package environment dump files on build failure to be
used in conjuction with pkg_shell.sh script (excludes -R.)
--reset-state Reset package build step state on exit.
+
<group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm,
host_toolchain, host_tools, minipix, native_packages,
native_runtime, native_toolchain, native_tools.