mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Output the new info message.
With the set builder add nesting count support.
This commit is contained in:
@@ -356,6 +356,7 @@ def run(args):
|
||||
if opts.get_arg('--output') and len(opts.params()) > 1:
|
||||
raise error.general('--output can only be used with a single config')
|
||||
print 'RTEMS Source Builder, Reporter v%s' % (version.str())
|
||||
opts.log_info()
|
||||
if not check.host_setup(opts):
|
||||
log.warning('forcing build with known host setup problems')
|
||||
configs = build.get_configs(opts)
|
||||
|
Reference in New Issue
Block a user