mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 06:29:27 +08:00
12 lines
306 B
Python
12 lines
306 B
Python
from sys import path
|
|
from os.path import abspath
|
|
path.append(abspath('../common/'))
|
|
|
|
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
|