guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: build: Enable silent rules by default.


From: Ludovic Courtès
Subject: 02/02: build: Enable silent rules by default.
Date: Wed, 08 Apr 2015 08:43:34 +0000

civodul pushed a commit to branch master
in repository guix.

commit 032c7c5f78d969467252b7aa38d805d7fcca7230
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 8 10:42:48 2015 +0200

    build: Enable silent rules by default.
    
    * configure.ac: Use 'AM_SILENT_RULES'.
---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index f2f803a..6f261cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,9 @@ AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
  color-tests parallel-tests -Woverride])
 
+# Enable silent rules by default.
+AM_SILENT_RULES([yes])
+
 AC_CONFIG_SRCDIR([guix.scm])
 AC_CONFIG_MACRO_DIR([m4])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]