summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-20 11:37:07 +0000
committerJim Meyering <jim@meyering.net>2004-05-20 11:37:07 +0000
commit53416c2060435361ba9a16f01f9a57f3b1a17070 (patch)
treeb2bcb2a5b0e9d06b4e645db404a47fd4c84e1e78
parent4cd8ec52aab9a1962a5fce4fc3b1ad16629d641d (diff)
downloadcoreutils-53416c2060435361ba9a16f01f9a57f3b1a17070.tar.xz
(sc_unmarked_diagnostics): Now that the unmarked
diagnostics in shred.c have been fixed, don't exempt shred.c from this check.
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index c89242773..50dfd8435 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -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; \