]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* Makefile.maint (err_func_re): Add lxcError.
authorJim Meyering <meyering@redhat.com>
Mon, 24 Mar 2008 10:21:46 +0000 (10:21 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 24 Mar 2008 10:21:46 +0000 (10:21 +0000)
ChangeLog
Makefile.maint

index 76913eb6a8c70dddb8ec50eea2ff2a84013c8fda..5d6a23229ff2f03ee344b3d1887ac2c716426d8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3a838c5f01213ce6757d03584ae2a328874b788c..879f21150001b133ff5d173cd0e71af24710aec1 100644 (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.