[libvirt] [PATCH] Quieten build & ensure API build scripts exit with non-zero status

Eric Blake eblake at redhat.com
Tue Jul 19 13:37:13 UTC 2011


On 07/19/2011 07:23 AM, Daniel P. Berrange wrote:
>>> -	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi
>>> -	- at if test -x $(XMLLINT)&&   test -x $(XMLCATALOG) ; then \
>>> +	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi ; \
>>> +	if test -x $(XMLLINT)&&   test -x $(XMLCATALOG) ; then \
>>
>> This is a subtle semantic change.
>>
>> +++ w/docs/Makefile.am
>> @@ -155,7 +155,7 @@ internals/%.html.tmp: internals/%.html.in
>> subsite.xsl page.xsl sitemap.html.in
>>   html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in
>>   	$(AM_V_GEN)if [ -x $(XSLTPROC) ] ; then \
>>   	  $(XSLTPROC) --nonet -o $(srcdir)/ \
>> -	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi ; \
>> +	  $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi&&  \
>>   	if test -x $(XMLLINT)&&  test -x $(XMLCATALOG) ; then \
>>   	  if $(XMLCATALOG) '$(XML_CATALOG_FILE)' "-//W3C//DTD XHTML 1.0
>> Strict//EN" \
>>   	>  /dev/null ; then \
>
> ACK.

Pushed, along with a .gitignore update to cover the fact that the .stamp 
file in the python directory changed names.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list