summaryrefslogtreecommitdiffstats
path: root/rtemsconfig
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-27 10:25:25 +1100
committerChris Johns <chrisj@rtems.org>2017-03-27 10:25:25 +1100
commitad5d63277c5a06b03f57afccedb89642cacb68a2 (patch)
tree4eb320623db360c1a97618527077a9d766b3ae69 /rtemsconfig
parentrsb: Fix the path to the tar for the untar with strip option. (diff)
downloadrtems-docs-ad5d63277c5a06b03f57afccedb89642cacb68a2.tar.bz2
waf: Cleaner formatting to see the importing.
Diffstat (limited to 'rtemsconfig')
-rw-r--r--rtemsconfig/wscript19
1 files changed, 7 insertions, 12 deletions
diff --git a/rtemsconfig/wscript b/rtemsconfig/wscript
index 6a44966..26ab0ca 100644
--- a/rtemsconfig/wscript
+++ b/rtemsconfig/wscript
@@ -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