[hipl-commit] [trunk] Rev 4084: Run 'make checkheaders' in the autobuilder.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 01:08:20 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 01:08:20
Revision: 4084
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Run 'make checkheaders' in the autobuilder.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-03-29 14:00:43 +0000
+++ tools/hipl_autobuild.sh     2010-03-29 22:08:08 +0000
@@ -62,6 +62,7 @@
     run_program "./autogen.sh" &&
         run_program "./configure" $CONFIGURATION &&
         run_program "make -j17" &&
+        run_program "make -j17 checkheaders" &&
         run_program "make -j17 distcheck" &&
         run_program "make install"
 }

Other related posts:

  • » [hipl-commit] [trunk] Rev 4084: Run 'make checkheaders' in the autobuilder. - Diego Biurrun