summaryrefslogtreecommitdiffstats
path: root/filesystem
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 /filesystem
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 'filesystem')
-rw-r--r--filesystem/wscript9
1 files changed, 7 insertions, 2 deletions
diff --git a/filesystem/wscript b/filesystem/wscript
index 4a5f474..26ab0ca 100644
--- a/filesystem/wscript
+++ b/filesystem/wscript
@@ -2,5 +2,10 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
-from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
-
+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