(sc_unmarked_diagnostics): Now that the unmarked
authorJim Meyering <jim@meyering.net>
Thu, 20 May 2004 11:37:07 +0000 (11:37 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 May 2004 11:37:07 +0000 (11:37 +0000)
diagnostics in shred.c have been fixed, don't exempt shred.c from
this check.

Makefile.maint

index c892427..50dfd84 100644 (file)
@@ -212,7 +212,7 @@ sc_trailing_blank:
 # Look for diagnostics that aren't marked for translation.
 # This won't find any for which error's format string is on a separate line.
 sc_unmarked_diagnostics:
-       @grep --exclude=$(srcdir)/src/shred.c -E                        \
+       @grep -E                                                        \
            '\<error \([^"]*"[^"]*[a-z]{3}' $(srcdir)/{lib,src}/*.c     \
          | grep -v '_(' &&                                             \
          { echo '$(ME): found unmarked diagnostic(s)' 1>&2;            \