source: rtems-docs/posix_users/wscript @ 3a71759

4.115
Last change on this file since 3a71759 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
Line 
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):
11        cmd_build(ctx)
Note: See TracBrowser for help on using the repository browser.