summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-04-13 13:46:10 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-04-13 13:46:10 +0100
commit175e923935319957cc0c050845333cfa7ec4257c (patch)
tree4cd0c42bfb7f529a73106ab3cab115b891610116 /etc
parent0159b1c4453eef3d81e94bbac316a252049d5121 (diff)
downloadmidipix_build-175e923935319957cc0c050845333cfa7ec4257c.tar.bz2
midipix_build-175e923935319957cc0c050845333cfa7ec4257c.tar.xz
subr/pkg_build.subr: pass either ${PKG_MAKEFLAGS_VERBOSITY} or nothing if set to `none'.
groups/010.host_deps.group:ruby_host:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. groups/221.native_packages_dev.group:ruby:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. etc/README.md, midipix.env: adds ${PKG_MAKEFLAGS_VERBOSITY}, defaulting to `V=99'.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md
index 12c19ab7..fe92f227 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -519,6 +519,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| MAKEFLAGS_BUILD_EXTRA | Additional list of ``make(1)`` flags during package ``make(1)``) build |
| MAKEFLAGS_INSTALL | List of ``make(1)`` flags during package ``make(1)``) installation |
| MAKEFLAGS_INSTALL_EXTRA | Additional list of ``make(1)`` flags during package ``make(1)``) installation |
+| MAKEFLAGS_VERBOSITY | Variable-value pair to pass to ``make(1)`` in order to force echo-back of command lines prior to execution |
| MAKE_INSTALL_VNAME | Variable name of ``make(1)`` installation destination directory variable during package ``make(1)``) installation |
| NO_CLEAN | Inhibit cleaning of package build directory beneath ``${PKG_BASE_DIR}`` pre-finish |
| NO_CLEAN_BASE_DIR | Inhibit cleaning of package build root directory beneath ``${BUILD_WORKDIR}`` |