source:
rtems-docs/shell/wscript
@
5ce8e43
Last change on this file since 5ce8e43 was ad5d632, checked in by Chris Johns <chrisj@…>, on Mar 26, 2017 at 11:25:25 PM | |
---|---|
|
|
File size: 306 bytes |
Line | |
---|---|
1 | from sys import path |
2 | from os.path import abspath |
3 | path.append(abspath('../common/')) |
4 | |
5 | from waf import cmd_configure as configure |
6 | from waf import cmd_build as build |
7 | from waf import cmd_options as options |
8 | from waf import spell |
9 | from waf import cmd_spell |
10 | from waf import linkcheck |
11 | from waf import cmd_linkcheck |
Note: See TracBrowser
for help on using the repository browser.