[examples-v2 commit] hello: waf: fix POSIX check

Gedare Bloom gedare at rtems.org
Thu Dec 12 19:49:55 UTC 2013


Module:    examples-v2
Branch:    master
Commit:    774bc2a48c6c3ba30ad0bb8e9fc406da18366909
Changeset: http://git.rtems.org/examples-v2/commit/?id=774bc2a48c6c3ba30ad0bb8e9fc406da18366909

Author:    Chirayu Desai <cdesai at cyanogenmod.org>
Date:      Wed Dec  4 15:03:10 2013 +0530

hello: waf: fix POSIX check

---

 hello/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hello/wscript b/hello/wscript
index 8515918..ca09158 100644
--- a/hello/wscript
+++ b/hello/wscript
@@ -7,7 +7,7 @@ import rtems_waf.rtems as rtems
 
 def build(bld):
     bld.recurse('hello_world_c')
-    if rtems.check_posix:
+    if rtems.check_posix(bld):
         bld.recurse('posix_hello_world')
         bld.recurse('both_hello')
 




More information about the vc mailing list