source: rtems-docs/user/wscript @ d389819

4.115
Last change on this file since d389819 was 3a71759, checked in by Amar Takhar <amar@…>, on 01/18/16 at 05:05:50

Rework how conf.py is handled.

Needed to switch due to increasing complexity.

  • Property mode set to 100644
File size: 200 bytes
RevLine 
[5daabd2]1from sys import path
2from os.path import abspath
3path.append(abspath('../common/'))
4
5from waf import cmd_configure, cmd_build
6
7def configure(ctx):
8        cmd_configure(ctx)
9
10def build(ctx):
[3a71759]11        cmd_build(ctx)
Note: See TracBrowser for help on using the repository browser.