]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/freeze.mk: Quiet check-forbidden-patterns so the string
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 6 Jun 2006 20:31:55 +0000 (20:31 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 6 Jun 2006 20:31:55 +0000 (20:31 +0000)
"ERROR" only shows up in "make check" output if there is an
error.

ChangeLog
bin/Makefile.in
lib/autoconf/Makefile.in
lib/autoscan/Makefile.in
lib/autotest/Makefile.in
lib/freeze.mk
lib/m4sugar/Makefile.in
tests/Makefile.in

index d2493d7a3366817a62cedac94d792aedc94fea44..5de87bdf9b088dc48cda3cecde6d482e8b2781d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-06  Tim Rice <tim@multitalents.net>.
+
+       * lib/freeze.mk: Quiet check-forbidden-patterns so the string
+       "ERROR" only shows up in "make check" output if there is an
+       error.
+
 2006-06-06  Eric Blake  <ebb9@byu.net>
 
        * tests/tools.at (automatically allowed tokens): Fix typo.
index 52d56f291ebabec8e9112adb9e508c41e22b0603..62a7ed077993fca2959a9b99b59831f8b53b9128 100644 (file)
@@ -466,7 +466,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \
index 7bf8f0a7949482e20b7ff557c3b327f9ee0db3d8..ecb9dc688d0f68bc39cb132ebeca9884ff400b31 100644 (file)
@@ -476,7 +476,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \
index 13231f8b8c048bb6b7eb033195aef452faa78208..6cb4dd66d6db98c54e35d1498823746c5ff33e18 100644 (file)
@@ -393,7 +393,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \
index 9efb9d17f7895c35ef85aa39725d4a07818b358e..83193c074c341114c2022a9b1c3dc5478a513376 100644 (file)
@@ -470,7 +470,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \
index c106fe7e92c5fac8600b7bca334fe3500b585144..1a269670a79453a537426f4d23f1972a2f623975 100644 (file)
@@ -127,7 +127,7 @@ GREP = @GREP@
 ## -------------------------------- ##
 
 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; \
index 0dcc2b5da10b3b77602a997f1b949e10d147b343..152607bbecf929f86eaa996e5478a9a80a80798d 100644 (file)
@@ -485,7 +485,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \
index 46e733958259a5069d1199e7fe83a57daa279a25..c4380c501313441d67e4143dafe93e0bcfaf6c63 100644 (file)
@@ -436,7 +436,7 @@ $(build_libdir)/m4sugar/version.m4:
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
 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; \