On 10/19/2012 03:56 AM, Michal Privoznik wrote:
> On 19.10.2012 05:49, Zeeshan Ali (Khattak) wrote:
>> From: "Zeeshan Ali (Khattak)" <[email protected]>
>>

>> +
>> +@INTLTOOL_XML_RULE@
> 
> This is causing 'make syntax-check' to fail. However, I am not sure how to 
> avoid that other than adding rule to cfg.mk:
> 
> exclude_file_name_regexp--sc_makefile_at_at_check = 
> ^(data/devices/Makefile.am|data/hypervisors/Makefile.am|data/oses/Makefile.am)

You don't need an exclude rule - that's too heavy of a hammer as it
prevents all other tests for invalid use of @FOO@ in Makefile.am.  Does
$(INTLTOOL_XML_RULE) work?  If so, use that.  If not, then add this
instead to your cfg.mk, which exempts just the one pattern, rather than
the entire file:

_makefile_at_at_check_exceptions = INTLTOOL_XML_RULE

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to