sb: Output the new info message.

With the set builder add nesting count support.
This commit is contained in:
Chris Johns
2013-09-03 08:29:36 +10:00
parent 348e4983df
commit 72f89c5fc9
3 changed files with 9 additions and 4 deletions

View File

@@ -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)