Changeset 6f110cc in rtems-docs for cpu-supplement/wscript
- Timestamp:
- 02/08/19 08:41:45 (5 years ago)
- Branches:
- 5, master
- Children:
- fa5a960
- Parents:
- 0e46b34
- git-author:
- Sebastian Huber <sebastian.huber@…> (02/08/19 08:41:45)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (02/08/19 08:43:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpu-supplement/wscript
r0e46b34 r6f110cc 1 1 from sys import path 2 2 from os.path import abspath 3 path. append(abspath('../common/'))3 path.insert(0, abspath('../common/')) 4 4 5 5 from waf import cmd_configure as configure
Note: See TracChangeset
for help on using the changeset viewer.