mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
waf: Refactor libbsd.py to support per module generation.
This change allows us to control the modules we want to build. Update #3351
This commit is contained in:

committed by
Christian Mauderer

parent
f7a09b5985
commit
d797c5dcd2
@@ -143,7 +143,8 @@ if isEarlyExit == True:
|
||||
|
||||
try:
|
||||
build = builder.ModuleManager()
|
||||
libbsd.loadModules(build)
|
||||
libbsd.load(build)
|
||||
build.generateBuild()
|
||||
build.processSource(isForward)
|
||||
builder.changedFileSummary(statsReport)
|
||||
except IOError as ioe:
|
||||
|
Reference in New Issue
Block a user