aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
Diffstat (limited to 'newlib')
-rw-r--r--newlib/README3
-rw-r--r--newlib/acinclude.m41
2 files changed, 4 insertions, 0 deletions
diff --git a/newlib/README b/newlib/README
index c82bf8b..1c05412 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
======================================
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 05e545c..42af6b5 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -121,6 +121,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([cygnus no-define 1.9.5])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We