waf: Cleaner formatting to see the importing.

This commit is contained in:
Chris Johns
2017-03-27 10:25:25 +11:00
parent d8795ef286
commit ad5d63277c
14 changed files with 98 additions and 42 deletions

View File

@@ -2,15 +2,10 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
from waf import cmd_options_path, cmd_configure_path, cmd_build_path, spell, cmd_spell
def options(ctx):
cmd_options_path(ctx)
def configure(ctx):
cmd_configure_path(ctx)
def build(ctx):
cmd_build_path(ctx)
from waf import cmd_configure as configure
from waf import cmd_build as build
from waf import cmd_options as options
from waf import spell
from waf import cmd_spell
from waf import linkcheck
from waf import cmd_linkcheck