bug-mcron
[Top][All Lists]
Advanced

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

Re: [Bug-mcron] [PATCH 20/33] build: Enable silent rules by default.


From: Mathieu Lirzin
Subject: Re: [Bug-mcron] [PATCH 20/33] build: Enable silent rules by default.
Date: Tue, 13 Oct 2015 03:03:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mathieu Lirzin <address@hidden> writes:

> * configure.ac (AM_SILENT_RULES): New Macro.
> ---
>  configure.ac | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 56914d4..e1b69d8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -24,7 +24,10 @@
>  AC_PREREQ(2.61)
>  AC_INIT([GNU Mcron], [1.0.8], address@hidden)
>  AC_CONFIG_AUX_DIR([build-aux])
> -AM_INIT_AUTOMAKE
> +AM_INIT_AUTOMAKE([silent-rules])
                     ^^^
This is not necessary. 

> +
> +# Enable silent rules by default.
> +AM_SILENT_RULES([yes])
>  
>  guilemoduledir="${datarootdir}/guile/site/2.0"
>  AC_SUBST([guilemoduledir])

Here is an updated patch adjusted to the recent changes in patch 19.

Attachment: 0001-build-Enable-silent-rules-by-default.patch
Description: Text Data

--
Mathieu Lirzin

reply via email to

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