Rework how conf.py is handled.

Needed to switch due to increasing complexity.
This commit is contained in:
Amar Takhar
2016-01-18 00:05:50 -05:00
committed by Amar Takhar
parent 46498bd4e3
commit 3a717592a9
29 changed files with 167 additions and 159 deletions

View File

@@ -8,12 +8,4 @@ def configure(ctx):
cmd_configure(ctx)
def build(ctx):
sub = {
"VERSION": "1.0",
"RELEASE": "5.0.0",
"DOC": "POSIX",
"FILE_DOC": "rtemsposix",
}
cmd_build(ctx, sub)
cmd_build(ctx)