X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/cb45fc856ed6f9e7eaf6db12a93372026decd080..61599492d0451c48f963a13a78a11a59415eb6f0:/README.markdown diff --git a/README.markdown b/README.markdown index 5342790..3375b8a 100644 --- a/README.markdown +++ b/README.markdown @@ -303,6 +303,15 @@ The following additional variables can be used to control the behaviour The current version of the source files (default: derived from the current git tag/branch/commit). +- **`QUIET`:** + If this variable has a value, informative messages will not be + printed (default: empty). + Informative messages print to stderr, not stdout, so disabling them + usually shouldn’t be necessary. + This does not (cannot) disable messages from Make itself, for which + the `-s`, `--silent` ∕ `--quiet` Make option is more likely to be + useful. + - **`VERBOSE`:** If this variable has a value, every recipe instruction will be printed when it runs (default: empty).