summaryrefslogtreecommitdiffstats
path: root/new_chapters/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'new_chapters/wscript')
-rw-r--r--new_chapters/wscript19
1 files changed, 0 insertions, 19 deletions
diff --git a/new_chapters/wscript b/new_chapters/wscript
deleted file mode 100644
index 650b8e5..0000000
--- a/new_chapters/wscript
+++ /dev/null
@@ -1,19 +0,0 @@
-from sys import path
-from os.path import abspath
-path.append(abspath('../common/'))
-
-from waf import cmd_configure, cmd_build
-
-def configure(ctx):
- cmd_configure(ctx)
-
-def build(ctx):
-
- sub = {
- "VERSION": "1.0",
- "RELEASE": "5.0.0",
- "DOC": "New Chapters",
- "FILE_DOC": "rtemsnew_chapters",
- }
-
- cmd_build(ctx, sub)