[hipl-commit] [tiny] Rev 3739: Update compile check with modules disabled to new syntax and reenable it.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 28 Mar 2010 16:51:41 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 28/03/2010 at 16:51:41
Revision: 3739
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Update compile check with modules disabled to new syntax and reenable it.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-03-27 15:03:47 +0000
+++ tools/hipl_autobuild.sh     2010-03-28 13:51:16 +0000
@@ -75,6 +75,6 @@
 compile
 compile --disable-rvs --disable-opportunistic
 compile --enable-pfkey --disable-rvs --enable-openwrt --enable-altsep 
--disable-privsep --disable-opportunistic --enable-profiling --disable-debug 
--enable-midauth --enable-performance --enable-demo
-#compile DISABLE_MODULES=heartbeat,update,heartbeat_update
+compile --with-nomodules=heartbeat,update,heartbeat_update
 
 cleanup 0

Other related posts:

  • » [hipl-commit] [tiny] Rev 3739: Update compile check with modules disabled to new syntax and reenable it. - Diego Biurrun