summaryrefslogtreecommitdiff
path: root/Build/source/README.config
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
commit9da2af345bbc3848d181319a77b830c77034ae1e (patch)
tree74832eb1c57486b7ce18e0d987150cbdf42876a9 /Build/source/README.config
parenta7c9a7ff1a6d0925eafe21175304c494e266b319 (diff)
build system: Enable "silent rules" (see Automake manual)
git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.config')
-rw-r--r--Build/source/README.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/README.config b/Build/source/README.config
index 13b4ba85f8e..a49bd4b90d6 100644
--- a/Build/source/README.config
+++ b/Build/source/README.config
@@ -103,6 +103,13 @@ but flags for other compilers could be added when needed.
Immediately terminate the build process if a requested program or feature
must be disabled, e.g., due to missing libraries.
+1.10. --disable-silent-rules
+----------------------------
+Disable the use of less verbose build rules. When using GNU make or another
+'make' implementation that supports nested variable expansions you can still
+specify 'V=1' on the make command line to get more respectively 'V=0' to get
+less verbosity.
+
2. Configure options for program packages
=========================================