Changeset 5d8b0dd in rtems-docs for rtemsconfig/wscript
- Timestamp:
- 02/12/19 23:18:43 (5 years ago)
- Branches:
- 5, master
- Children:
- d721375
- Parents:
- ec95748
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsconfig/wscript
rec95748 r5d8b0dd 1 from sys import path 2 from os.path import abspath 3 path.insert(0, abspath('../common/')) 4 5 from waf import cmd_configure as configure 6 from waf import cmd_build as build 7 from waf import cmd_options as options 8 from waf import spell 9 from waf import cmd_spell 10 from waf import linkcheck 11 from waf import cmd_linkcheck 1 from common.waf import cmd_configure as configure 2 from common.waf import cmd_build as build 3 from common.waf import cmd_options as options 4 from common.waf import spell 5 from common.waf import cmd_spell 6 from common.waf import linkcheck 7 from common.waf import cmd_linkcheck
Note: See TracChangeset
for help on using the changeset viewer.