Changeset ad5d632 in rtems-docs for rtemsconfig
- Timestamp:
- 03/26/17 23:25:25 (6 years ago)
- Branches:
- 5, am, master
- Children:
- 0263581
- Parents:
- d8795ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsconfig/wscript
rd8795ef rad5d632 3 3 path.append(abspath('../common/')) 4 4 5 from waf import cmd_options_path, cmd_configure_path, cmd_build_path, spell, cmd_spell 6 7 8 def options(ctx): 9 cmd_options_path(ctx) 10 11 def configure(ctx): 12 cmd_configure_path(ctx) 13 14 def build(ctx): 15 cmd_build_path(ctx) 16 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
Note: See TracChangeset
for help on using the changeset viewer.