diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-22 20:01:52 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-22 20:01:52 +0000 |
commit | 648b81db9539b76a52346c1c5be2b54c4a622956 (patch) | |
tree | b25d12c36f15b5ff6479a326d6164c298b55a791 /etc | |
parent | 61ba136088ee6400697c4f6ecb09fe1bbc4076e7 (diff) | |
download | midipix_build-648b81db9539b76a52346c1c5be2b54c4a622956.tar.bz2 midipix_build-648b81db9539b76a52346c1c5be2b54c4a622956.tar.xz |
build.sh, etc/build.usage, subr/ex_setup_args.subr: adds -vvv and -vv.
subr/ex_rtl_log.subr:ex_log_msg(): adds vvvo and vvfo.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/build.usage b/etc/build.usage index 165f957b..277024ca 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,5 +1,5 @@ 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] + [-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. -4|-6 Force IPv[46] when downloading files. @@ -17,14 +17,15 @@ usage: ./build.sh [-x] [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-h] configure, build_clean, build, install_subdirs, install_make, install_files, install_libs, install_pkgconfig, install_purge_la, install_strip, and install. - -R Ignore build failures and continue building (relaxed mode.) + -R Ignore build failures, skip printing package logs, and continue + building (relaxed mode.) -t[.gz|.bz2|.xz] Produce binary distribution and source tarballs containing ${PREFIX} sans ${WORKDIR} and ${PREFIX}/src/midipix_build and ${WORKDIR} sans top-level regular files at the end of a build with zero failures. The tarballs will be compressed with either gzip, bzip2, or xz and signed with GPG; the default compression is xz. - -v Be verbose. + -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. <target>[ ...] One of: host_toolchain, native_toolchain, runtime, host_packages, |