]> xenbits.xensource.com Git - libvirt.git/commitdiff
autobuild.sh: Run "make syntax-check", so the autobuilder does this.
authorJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 19:19:45 +0000 (19:19 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 19:19:45 +0000 (19:19 +0000)
ChangeLog
autobuild.sh

index d3b80d915de197fd9182d7300cb3c06be5688fe3..d173a0b6fa669876317c0ae950540404391c328a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb  7 20:19:19 CET 2008 Jim Meyering  <meyering@redhat.com>
+
+       * autobuild.sh: Run "make syntax-check", so the autobuilder does this.
+
 Thu Feb  7 18:02:22 CET 2008 Daniel Veillard <veillard@redhat.com>
 
        * qemud/remote.c: fix a missing ')' introduced earlier
index 623b33adfce5dcbd810a559bec3fc206d4ffe6b3..9e0c2ca03bb73fbdce8990f88a452af9d99ff96b 100755 (executable)
@@ -23,6 +23,7 @@ make install
 
 set -o pipefail
 make check 2>&1 | tee $RESULTS
+make syntax-check 2>&1 | tee -a $RESULTS
 make cov
 
 rm -f *.tar.gz