mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 03:46:40 +08:00
11 lines
264 B
Python
11 lines
264 B
Python
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
|