GNU bug report logs - #32868
Check if make supports nested variables is done twice when using silent rules

Previous Next

Package: automake;

Reported by: bug-automake <at> gnu.org, Jacob Kroon <jacob.kroon <at> gmail.com>

Date: Fri, 28 Sep 2018 20:37:02 UTC

Severity: minor

Tags: confirmed

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

Full log


Message #24 received at 32868 <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: 32868 <at> debbugs.gnu.org
Subject: Re: bug#32868: [PATCH] m4: rework silent-rules macros to avoid
 double expansion
Date: Sun, 20 Feb 2022 19:28:01 -0500
[Message part 1 (text/plain, inline)]
On 20 Feb 2022 19:14, Mike Frysinger wrote:
> --- a/m4/silent.m4
> +++ b/m4/silent.m4
> @@ -5,12 +5,12 @@
>  # gives unlimited permission to copy and/or distribute it,
>  # with or without modifications, as long as this notice is preserved.
>  
> -# AM_SILENT_RULES([DEFAULT])
> -# --------------------------
> -# Enable less verbose build rules; with the default set to DEFAULT
> -# ("yes" being less verbose, "no" or empty being verbose).
> -AC_DEFUN([AM_SILENT_RULES],
> -[AC_ARG_ENABLE([silent-rules], [dnl
> +# _AM_SILENT_RULES
> +# ----------------
> +# Enable less verbose build rules support.
> +AC_DEFUN([_AM_SILENT_RULES],
> +[AM_DEFAULT_VERBOSITY=0

this should be 1 instead of 0.  the silent-vs-verbose is kind of a double
negative, so i flipped it before testing.  i've fix it locally.
-mike
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.