summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-29 13:53:03 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-29 13:53:03 +0000
commit4b2ce1841d360cfd41042f66e382d3c8ff6bf462 (patch)
tree8ad4fa10dec9b4c86a31aa9e658458cf68810f7b /etc/build.usage
parent3cd3787d6e7e8c68f4574ceea6688e8019b5eccd (diff)
downloadmidipix_build-4b2ce1841d360cfd41042f66e382d3c8ff6bf462.tar.bz2
midipix_build-4b2ce1841d360cfd41042f66e382d3c8ff6bf462.tar.xz
build.sh: always print std{out,err} logs given ${ARG_XTRACE} (-x.)
etc/build.usage: updated. subr/ex_pkg_dispatch.subr: set -o xtrace within child process given ${ARG_XTRACE} (-x.) subr/ex_setup_args.subr: set ${ARG_VERBOSE2} (-vv) given ${ARG_XTRACE} (-x.)
Diffstat (limited to 'etc/build.usage')
-rw-r--r--etc/build.usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/build.usage b/etc/build.usage
index 79342206..d5fe1aa7 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -1,7 +1,7 @@
usage: ./build.sh [-x] [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-h]
[-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz] [-v[v[v]]]
[<target>[ ...]]
- -x Set the xtrace sh(1)ell option for debugging purposes.
+ -x Set xtrace during package builds; implies -vv.
-4|-6 Force IPv[46] when downloading files.
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
-b debug|release Selects debug or release build; defaults to debug.