[rtems-docs commit] waf: Add networking to the manual built.

Chris Johns chrisj at rtems.org
Mon Nov 14 21:13:37 UTC 2016


Module:    rtems-docs
Branch:    master
Commit:    6345b2d894f70c6783ec7fbcd0cefa6757e766c0
Changeset: http://git.rtems.org/rtems-docs/commit/?id=6345b2d894f70c6783ec7fbcd0cefa6757e766c0

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Nov 15 08:12:02 2016 +1100

waf: Add networking to the manual built.

---

 wscript | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/wscript b/wscript
index 86f3e94..f7dd224 100644
--- a/wscript
+++ b/wscript
@@ -8,16 +8,17 @@ path.append(abspath('common'))
 
 import waf as docs_waf
 
-build_all = ['c-user',
-             'posix-users',
-             'shell',
-             'user',
-             'eclipse',
-             'bsp-howto',
+build_all = ['bsp-howto',
+             'c-user',
              'cpu-supplement',
+             'develenv',
+             'eclipse',
              'filesystem',
+             'networking',
+             'posix-users',
              'rsb',
-             'develenv']
+             'shell',
+             'user']
 
 building = build_all
 




More information about the vc mailing list