* lib/freeze.mk: Quiet check-forbidden-patterns so the string

"ERROR" only shows up in "make check" output if there is an
error.
This commit is contained in:
Ralf Wildenhues 2006-06-06 20:31:55 +00:00
parent 41f2720f04
commit 7b022ff9eb
8 changed files with 13 additions and 7 deletions

View File

@ -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.

View 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; \

View 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; \

View 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; \

View 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; \

View 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; \

View 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; \

View 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; \