[virt-tools-list] [virt-viewer][PATCH 1/3 v2] cfg.mk: Don't require bindtextdomain directly

Michal Privoznik mprivozn at redhat.com
Wed Nov 14 09:58:12 UTC 2012


With current implementation, all binaries that need it call
bindtextdomain but not directly. They call a helper function
instead.  This makes, however, syntax-check fail as it cannot
recognize it.

Original patch proposed by Eric Blake <eblake at redhat.com>
---
 cfg.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 3f9b47b..30392d4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize Makefile.maint.                           -*- makefile -*-
-# Copyright (C) 2008-2011 Red Hat, Inc.
+# Copyright (C) 2008-2012 Red Hat, Inc.
 # Copyright (C) 2003-2008 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -24,6 +24,7 @@ local-checks-to-skip =			\
   patch-check				\
   sc_GPL_version			\
   sc_always_defined_macros		\
+  sc_bindtextdomain			\
   sc_cast_of_alloca_return_value	\
   sc_cross_check_PATH_usage_in_tests	\
   sc_dd_max_sym_length			\
@@ -133,5 +134,4 @@ exclude_file_name_regexp--sc_require_config_h_first = ^plugin/|src/gbinding\.c|s
 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^icons/
 exclude_file_name_regexp--sc_trailing_blank = ^icons/
 
-exclude_file_name_regexp--sc_bindtextdomain = src/windows-cmdline-wrapper.c
 exclude_file_name_regexp--sc_prohibit_magic_number_exit = src/windows-cmdline-wrapper.c
-- 
1.7.8.6




More information about the virt-tools-list mailing list