bug-make
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] build: enable 'subdir-objects' and 'silent-rules' automa


From: Stefano Lattarini
Subject: Re: [PATCH 2/3] build: enable 'subdir-objects' and 'silent-rules' automake options
Date: Tue, 30 Apr 2013 17:19:04 +0200

On 04/30/2013 05:11 PM, Stefano Lattarini wrote:
> * configure.ac (AM_INIT_AUTOMAKE): Here.  The future major Automake
> version 2.0 (ETA about one, one and half year from now) will likely
> enable them by default, so better prepare ourselves.
> 
Please drop this patch.  Enabling 'subdir-objects' would require
sublter changes to several other parts of the build system that I
don't know how to test properly.  We should only enable the
'silent-rules' option for the moment.  The updated patch below
does this.

Sorry for the noise,
  Stefano

---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ----

>From 46623411f017a447caa8fe75b3b42ec2fbeac458 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Tue, 30 Apr 2013 16:30:04 +0200
Subject: [PATCH] build: enable the 'silent-rules' automake options

* configure.ac (AM_INIT_AUTOMAKE): Here.  The future major Automake
version 2.0 (ETA about one, one and half year from now) will enable
it by default, so better prepare ourselves.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 ChangeLog    | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5278d49..ad5356c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-04-30  Stefano Lattarini <address@hidden>  (tiny change)

+       build: enable the 'silent-rules' automake options
+
+       * configure.ac (AM_INIT_AUTOMAKE): Here.  The future major Automake
+       version 2.0 (ETA about one, one and half year from now) will enable
+       it by default, so better prepare ourselves.
+
+2013-04-30  Stefano Lattarini <address@hidden>  (tiny change)
+
        build: require Autoconf >= 2.62 and Automake >= 1.11.1

        Older versions of those tools should be considered fully obsolete.
diff --git a/configure.ac b/configure.ac
index 548bc42..f2482c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CONFIG_SRCDIR([vpath.c])
 AC_CONFIG_HEADERS([config.h])

 # Automake setup
-AM_INIT_AUTOMAKE([1.11.1])
+AM_INIT_AUTOMAKE([1.11.1 silent-rules])

 # Checks for programs.
 AC_PROG_CC
-- 
1.8.3.rc0.19.g7e6a0cc



reply via email to

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