[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/7] maint: make silent builds the default
From: |
Eric Blake |
Subject: |
[PATCH 6/7] maint: make silent builds the default |
Date: |
Tue, 3 Jan 2017 16:55:11 -0600 |
The user still has full control over verbosity levels, both setting
their per-project defaults at configure time (or even in a config.site
file), as well as a per-run override. But these days, most projects
are defaulting to silent rules without user intervention.
* configure.ac (AM_SILENT_RULES): Add, to match what most projects
are doing these days.
Signed-off-by: Eric Blake <address@hidden>
(cherry picked from commit b4a08ecfd34e703bd846f1e85b4e2a94a34b16d9)
[For the cherry-pick, all we have to do is normalize the spelling
of the line - now that we require new-enough automake, it does not
have to be conditional]
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 16aa393..c4644af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD"
AM_INIT_AUTOMAKE([1.11.6 subdir-objects dist-bzip2 dist-xz
color-tests parallel-tests silent-rules]
m4_if(m4_index(m4_defn([M4_VERSION]), [-]), [-1], [gnits], [gnu]))
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
## ------------------ ##
--
2.9.3
- [PATCH 0/7] partial resync of branch-1.4 into master, Eric Blake, 2017/01/03
- [PATCH 3/7] doc: drop obsolete @setcontentsaftertitlepage, Eric Blake, 2017/01/03
- [PATCH 2/7] maint: kill trailing spaces, Eric Blake, 2017/01/03
- [PATCH 4/7] maint: release no longer creates a diff file, Eric Blake, 2017/01/03
- [PATCH 6/7] maint: make silent builds the default,
Eric Blake <=
- [PATCH 1/7] maint: bump copyright year, Eric Blake, 2017/01/03
- [PATCH 7/7] maint: summarize highlights of 1.4.18 release, Eric Blake, 2017/01/03
- [PATCH 5/7] maint: automake 1.11.5 and earlier generate insecure dist rules., Eric Blake, 2017/01/03