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

Chris Johns chrisj at rtems.org
Fri Nov 18 20:36:00 UTC 2016


Module:    rtems-docs
Branch:    refs/tags/4.11.1
Commit:    58c815c64b9959e5b984dbd3c238713f4c00df55
Changeset: http://git.rtems.org/rtems-docs/commit/?id=58c815c64b9959e5b984dbd3c238713f4c00df55

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