Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-07-23 16:57:24 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-12-10 00:41:05 +0300
commit2b6f088ac3acba932b65322e40704bc2f4bdf1b7 (patch)
tree0fabd21ace8a7cd960304a280757c8b8d77c7f84 /newlib/README
parent366e43a30c0fd39553c95a5f9e455bea9f3ee766 (diff)
newlib: Enable automake silent rules
Use AM_SILENT_RULES, to enable automake silent rules (by default), if we are using a version of automake which supports it (>=1.11). Silent rules can be disabled by configuring with '--disable-silent-rules', or invoking 'make V=1'. For ease of reviewing, this patch doesn't contain configure and Makefile.in regeneration. Future work: There are a few compilations which are not silenced by this, as they use custom rules.
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/README b/newlib/README
index c82bf8b8c..1c0541284 100644
--- a/newlib/README
+++ b/newlib/README
@@ -127,6 +127,9 @@ directories, you can run `make' on them in parallel (for example, if
they are NFS-mounted on each of the hosts); they will not interfere
with each other.
+ By default, the execution of build rules in `make' is less verbose.
+To disable, run `make V=1'; or use the `--disable-silent-rules’ option
+of `./configure'.
Specifying names for hosts and targets
======================================