autobuild.sh: Run "make syntax-check", so the autobuilder does this.

This commit is contained in:
Jim Meyering 2008-02-07 19:19:45 +00:00
parent 55f7de7821
commit 3cb808d2a2
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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