summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 15:01:43 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-26 15:01:43 +0200
commitc6f88c71e91992700a3d0eb4adddfa97018271b6 (patch)
tree2fe41990fc02dff54db35059d07febd36feecba8 /etc
parenta09243368b95817a3771c9ad1f4948d2eff7ad64 (diff)
downloadmidipix_build-c6f88c71e91992700a3d0eb4adddfa97018271b6.tar.bz2
midipix_build-c6f88c71e91992700a3d0eb4adddfa97018271b6.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md
index 56a5a81f..361fc5b1 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -291,8 +291,8 @@ of package build steps and how they are overriden.
During package build, standard error and output are redirected into a log file beneath
``${BUILD_WORKDIR}`` named ``${PKG_NAME}_stderrout.log``, following a package variable
-dump. If ``-vv`` was specified, package logs will additionally be printed to standard
-output. If ``-vvv`` was specified, ``xtrace`` will be set during package builds for
+dump. If ``-V build`` was specified, package logs will additionally be printed to standard
+output. If ``-V xtrace`` was specified, ``xtrace`` will be set during package builds for
rudimentary debugging purposes. Additionally, packages using GNU autotools will, if
package configuration failed or appears relevant, log the configuration process in detail
in, most usually, ``${PKG_BUILD_DIR}/config.log``.