Changeset ad5d632 in rtems-docs


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

waf: Cleaner formatting to see the importing.

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • bsp-howto/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • c-user/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • cpu-supplement/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • develenv/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • eclipse/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • filesystem/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • networking/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • porting/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
    6 
     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
  • posix-users/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • posix1003-1/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • rsb/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • 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
  • shell/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
    6 
     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
  • user/wscript

    rd8795ef rad5d632  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure as configure, \
    6                 cmd_build as build, \
    7                 spell, \
    8                 cmd_spell, \
    9                 cmd_options as options, \
    10                 linkcheck, cmd_linkcheck
     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.