autoconf-patches
[Top][All Lists]
Advanced

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

Re: quiet check-forbidden-patterns


From: Ralf Wildenhues
Subject: Re: quiet check-forbidden-patterns
Date: Tue, 6 Jun 2006 22:32:02 +0200
User-agent: Mutt/1.5.11+cvs20060403

Hi Tim,

* Tim Rice wrote on Tue, Jun 06, 2006 at 07:11:54PM CEST:
>
>       * bin/Makefile.in, lib/freeze.mk, lib/autoconf/Makefile.in,
>         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
>         lib/m4sugar/Makefile.in, tests/Makefile.in: Quiet
>         check-forbidden-patterns so the string "ERROR" only shows up
>         in "make check" output if there is an error.

Thanks.  I've installed that.  No need to list generated files, though.
:-)

Cheers,
Ralf

2006-06-06  Tim Rice <address@hidden>.

        * lib/freeze.mk: Quiet check-forbidden-patterns so the string
        "ERROR" only shows up in "make check" output if there is an
        error.

Index: lib/freeze.mk
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/freeze.mk,v
retrieving revision 1.15
diff -u -r1.15 freeze.mk
--- lib/freeze.mk       10 Apr 2006 20:40:38 -0000      1.15
+++ lib/freeze.mk       6 Jun 2006 20:30:17 -0000
@@ -127,7 +127,7 @@
 ## -------------------------------- ##
 
 check-forbidden-patterns:
-       if (cd $(srcdir) && \
+       @if (cd $(srcdir) && \
            $(GREP) $(forbidden_patterns) $(forbidden_patterns_files)) \
            >forbidden.log; then \
          echo "ERROR: forbidden patterns were found:" >&2; \




reply via email to

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