Re: [PATCH] maint: update to latest gnulib maint.mk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/31/2012 03:14 AM, Christophe Fergeau wrote:
> I don't know if this is for libosinfo, but ACK if it is.

Apologies on my end for not setting up my git-config to append the right
project.  Yes, it is for libosinfo; and since I lack push rights,
someone will need to take care of it for me.

> 
> Christophe
> 
> On Tue, Oct 30, 2012 at 04:28:14PM -0600, Eric Blake wrote:
>> * maint.mk: Resynchronize from gnulib.
>> * cfg.mk (_gl_translatable_string_re): Reflect new gnulib naming.
>> ---
>>  cfg.mk   | 3 ++-
>>  maint.mk | 6 +++---
>>  2 files changed, 5 insertions(+), 4 deletions(-)
>>
>> diff --git a/cfg.mk b/cfg.mk
>> index 6aaa394..0d3b2f9 100644
>> --- a/cfg.mk
>> +++ b/cfg.mk
>> @@ -59,7 +59,8 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = \
>>
>>  # Tweak how some of the syntax check rules work
>>  _makefile_at_at_check_exceptions = ' && !/INTLTOOL_XML_RULE/'
>> -translation-markers = (\b(N?_|gettext *)\([^)"]*("|$$))|(<(_[a-zA-Z]*).*/\5>)
>> +_gl_translatable_string_re = \
>> +	(\b(N?_|gettext *)\([^)"]*("|$$))|(<(_[a-zA-Z]*).*/\5>)
>>
>>  # Functions like free() that are no-ops on NULL arguments.
>>  useless_free_options =				\
>> diff --git a/maint.mk b/maint.mk
>> index de7a303..ea44ece 100644
>> --- a/maint.mk
>> +++ b/maint.mk
>> @@ -1122,10 +1122,10 @@ fix_po_file_diag = \
>>  apply the above patch\n'
>>
>>  # Verify that all source files using _() (more specifically, files that
>> -# contain the ERE translation-markers) are listed in po/POTFILES.in.
>> +# match $(_gl_translatable_string_re)) are listed in po/POTFILES.in.
>>  po_file ?= $(srcdir)/po/POTFILES.in
>>  generated_files ?= $(srcdir)/lib/*.[ch]
>> -translation-markers ?= \b(N?_|gettext *)\([^)"]*("|$$)
>> +_gl_translatable_string_re ?= \b(N?_|gettext *)\([^)"]*("|$$)
>>  sc_po_check:
>>  	@if test -f $(po_file); then					\
>>  	  grep -E -v '^(#|$$)' $(po_file)				\
>> @@ -1145,7 +1145,7 @@ sc_po_check:
>>  	    esac;							\
>>  	    files="$$files $$file";					\
>>  	  done;								\
>> -	  grep -E -l '$(translation-markers)' $$files			\
>> +	  grep -E -l '$(_gl_translatable_string_re)' $$files		\
>>  	    | sed 's|^$(_dot_escaped_srcdir)/||' | sort -u > $@-2;	\
>>  	  diff -u -L $(po_file) -L $(po_file) $@-1 $@-2			\
>>  	    || { printf '$(ME): '$(fix_po_file_diag) 1>&2; exit 1; };	\
>> -- 
>> 1.7.11.7
>>
>> _______________________________________________
>> virt-tools-list mailing list
>> virt-tools-list@xxxxxxxxxx
>> https://www.redhat.com/mailman/listinfo/virt-tools-list

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux