[examples-v2 commit] hello: Fix the waf script.
    Chris Johns 
    chrisj at rtems.org
       
    Fri Sep  5 03:34:16 UTC 2014
    
    
  
Module:    examples-v2
Branch:    master
Commit:    d1f602eb2752cb9305300622e48df90a883c5ceb
Changeset: http://git.rtems.org/examples-v2/commit/?id=d1f602eb2752cb9305300622e48df90a883c5ceb
Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Sep  5 13:11:53 2014 +1000
hello: Fix the waf script.
---
 hello/wscript |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/hello/wscript b/hello/wscript
index d03283e..ca09158 100644
--- a/hello/wscript
+++ b/hello/wscript
@@ -7,7 +7,6 @@ import rtems_waf.rtems as rtems
 
 def build(bld):
     bld.recurse('hello_world_c')
-    bld.recurse('main')
     if rtems.check_posix(bld):
         bld.recurse('posix_hello_world')
         bld.recurse('both_hello')
    
    
More information about the vc
mailing list