diff --git a/ChangeLog b/ChangeLog index 76913eb6a8..5d6a23229f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon Mar 24 11:16:58 CET 2008 Jim Meyering + * Makefile.maint (err_func_re): Add lxcError. + * qemud/remote.c: Don't include . Not used. Sync Makefile rules from coreutils. diff --git a/Makefile.maint b/Makefile.maint index 3a838c5f01..879f211500 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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.