* Makefile.maint (err_func_re): Add lxcError.

This commit is contained in:
Jim Meyering 2008-03-24 10:21:46 +00:00
parent f4d2430d6c
commit b8fb14a905
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Mon Mar 24 11:16:58 CET 2008 Jim Meyering <meyering@redhat.com>
* Makefile.maint (err_func_re): Add lxcError.
* qemud/remote.c: Don't include <getopt.h>. Not used.
Sync Makefile rules from coreutils.

View File

@ -299,7 +299,7 @@ sc_two_space_separator_in_usage:
1>&2; exit 1; } || :
err_func_re = \
(DISABLE_fprintf|qemudLog|(xmlRpc|vir(Xend|XML|Hash|Conf|Test|LibConn|StorageReport))Error)
(DISABLE_fprintf|qemudLog|(xmlRpc|vir(Xend|XML|Hash|Conf|Test|LibConn|StorageReport|lxc))Error)
# 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.