[examples-v2 commit] misc: Add a commented out call to build adamain with waf
Gedare Bloom
gedare at rtems.org
Thu Dec 12 19:49:55 UTC 2013
Module: examples-v2
Branch: master
Commit: 8621de62457615c93ae395486635dcd870ac6cdd
Changeset: http://git.rtems.org/examples-v2/commit/?id=8621de62457615c93ae395486635dcd870ac6cdd
Author: Chirayu Desai <cdesai at cyanogenmod.org>
Date: Wed Dec 4 23:17:38 2013 +0530
misc: Add a commented out call to build adamain with waf
* Currently disabled as it doesn't build, even with make.
Refer commit 0da2dccb01e2aa13eeab492e2f5ca012ca3a2fab
---
misc/wscript | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/misc/wscript b/misc/wscript
index 36c8b3b..39fed4b 100644
--- a/misc/wscript
+++ b/misc/wscript
@@ -15,3 +15,5 @@ def build(bld):
bld.recurse('nanosecond_tick_wrap')
bld.recurse('qemu_vfat')
bld.recurse('applib')
+ #if rtems.check_posix(bld):
+ # bld.recurse('adamain')
More information about the vc
mailing list