Changeset ad5d632 in rtems-docs for rtemsconfig


Ignore:
Timestamp:
03/26/17 23:25:25 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, am, master
Children:
0263581
Parents:
d8795ef
Message:

waf: Cleaner formatting to see the importing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtemsconfig/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_options_path, cmd_configure_path, cmd_build_path, spell, cmd_spell
    6 
    7 
    8 def options(ctx):
    9                 cmd_options_path(ctx)
    10 
    11 def configure(ctx):
    12         cmd_configure_path(ctx)
    13 
    14 def build(ctx):
    15         cmd_build_path(ctx)
    16 
     5from waf import cmd_configure as configure
     6from waf import cmd_build as build
     7from waf import cmd_options as options
     8from waf import spell
     9from waf import cmd_spell
     10from waf import linkcheck
     11from waf import cmd_linkcheck
Note: See TracChangeset for help on using the changeset viewer.