summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-12 14:06:55 +0000
committerJim Meyering <jim@meyering.net>2004-01-12 14:06:55 +0000
commit8700234efa98ce742ec7fdfec236ce2d19a3a4c0 (patch)
treee9130be27fddf6633a9476425c07869e3ab1615a /Makefile.maint
parentb1d01e6b216f4c095ad8104a0a2ba130ec90f388 (diff)
downloadcoreutils-8700234efa98ce742ec7fdfec236ce2d19a3a4c0.tar.xz
(po-check): Ensure that cvsu works before using it.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index f297badbb..3bfa39cf2 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -2,7 +2,7 @@
# This Makefile fragment is shared between the coreutils,
# CPPI, Bison, and Autoconf.
-## Copyright (C) 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 2001-2004 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -230,6 +230,7 @@ m4-check:
# Verify that all source files using _() are listed in po/POTFILES.in.
# FIXME: don't hard-code src/false.c below; use a more general mechanism.
po-check:
+ ( cvsu --list ) > /dev/null 2>&1 || : && \
if test -f po/POTFILES.in; then \
grep -E -v '^(#|$$)' po/POTFILES.in \
| grep -v '^src/false\.c$$' | sort > $@-1; \