--- rtems.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtems.py b/rtems.py index 713066d..f974e25 100644 --- a/rtems.py +++ b/rtems.py @@ -136,12 +136,12 @@ def init(ctx, filters = None, version = None, long_commands = False, bsp_init = else: commands += [cmd] waflib.Options.commands = commands + + if bsp_init: + bsp_init(ctx, env, contexts) except: pass - if bsp_init: - bsp_init(ctx, env, contexts) - def configure(conf, bsp_configure = None): # # Check the environment for any flags. -- 2.13.6
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel