aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-02-12 03:02:09 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-02-17 23:58:20 +0530
commit53265e3bc23e33b91f7ef9865621bc3f71fb1f30 (patch)
tree1858e5f6d51767f3bf4aaafa67cf4f8a6732e93a /docs/markdown/Reference-manual.md
parent130048583237c30d24b0a09fb6273acb360f2bb6 (diff)
downloadmeson-53265e3bc23e33b91f7ef9865621bc3f71fb1f30.zip
meson-53265e3bc23e33b91f7ef9865621bc3f71fb1f30.tar.gz
meson-53265e3bc23e33b91f7ef9865621bc3f71fb1f30.tar.bz2
minstall: Add a new option --quiet
This is a significant speed-up on Windows because terminals are slow to print things out. Speed-up in gst-build on Windows: ``` meson install: before: 5.1 seconds after: 4.0 seconds ```
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 510d443..be4d3d7 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1718,8 +1718,11 @@ the following methods.
given as an argument to be run during the install step, this script
will have the environment variables `MESON_SOURCE_ROOT`,
`MESON_BUILD_ROOT`, `MESON_INSTALL_PREFIX`,
- `MESON_INSTALL_DESTDIR_PREFIX`, and `MESONINTROSPECT` set. All
- additional arguments are passed as parameters.
+ `MESON_INSTALL_DESTDIR_PREFIX`, and `MESONINTROSPECT` set.
+ All positional arguments are passed as parameters.
+
+ *(added 0.54)* If `meson install` is called with the `--quiet` option, the
+ environment variable `MESON_INSTALL_QUIET` will be set.
Meson uses the `DESTDIR` environment variable as set by the
inherited environment to determine the (temporary) installation