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

2011-07-19 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The current API build scripts will continue and exit with a zero status even if they find problems. This has been the cause of many build problems, or hidden build errors, in the past. Change the scripts so they always exit with a non-zero status for

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

2011-07-19 Thread Matthias Bolte
2011/7/19 Daniel P. Berrange berra...@redhat.com: From: Daniel P. Berrange berra...@redhat.com The current API build scripts will continue and exit with a zero status even if they find problems. This has been the cause of many build problems, or hidden build errors, in the past. Change the

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

2011-07-19 Thread Daniel P. Berrange
On Tue, Jul 19, 2011 at 02:29:04PM +0200, Matthias Bolte wrote: 2011/7/19 Daniel P. Berrange berra...@redhat.com: From: Daniel P. Berrange berra...@redhat.com The current API build scripts will continue and exit with a zero status even if they find problems. This has been the cause of

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

2011-07-19 Thread Eric Blake
On 07/19/2011 06:20 AM, Daniel P. Berrange wrote: * docs/Makefile.am: Use $(AM_V_GEN) for API/HTML scripts * docs/apibuild.py, python/generator.py: Exit with non-zero status if problems are found. Also be silent, not outputting any debug messages. * src/Makefile.am: Use $(AM_V_GEN) for ESX

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

2011-07-19 Thread Daniel P. Berrange
On Tue, Jul 19, 2011 at 07:13:46AM -0600, Eric Blake wrote: On 07/19/2011 06:20 AM, Daniel P. Berrange wrote: * docs/Makefile.am: Use $(AM_V_GEN) for API/HTML scripts * docs/apibuild.py, python/generator.py: Exit with non-zero status if problems are found. Also be silent, not outputting any

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

2011-07-19 Thread Eric Blake
On 07/19/2011 07:23 AM, Daniel P. Berrange wrote: - $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi - -@if test -x $(XMLLINT) test -x $(XMLCATALOG) ; then \ + $(srcdir)/newapi.xsl $(srcdir)/libvirt-api.xml ; fi ; \ + if test -x $(XMLLINT) test -x $(XMLCATALOG)

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

2011-07-04 Thread Daniel P. Berrange
The current API build scripts will continue and exit with a zero status even if they find problems. This has been the cause of many build problems, or hidden build errors, in the past. Change the scripts so they always exit with a non-zero status for any problems they do not understand. Also turn

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

2011-07-04 Thread Matthias Bolte
2011/7/4 Daniel P. Berrange berra...@redhat.com: The current API build scripts will continue and exit with a zero status even if they find problems. This has been the cause of many build problems, or hidden build errors, in the past. Change the scripts so they always exit with a non-zero