From 93e554578cdcb2b6c5439b3371dcd558b3218829 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 11 May 2016 12:21:24 +1000 Subject: Pass through commands we do not expand. --- rtems.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtems.py') diff --git a/rtems.py b/rtems.py index 46c5c22..8384191 100644 --- a/rtems.py +++ b/rtems.py @@ -119,6 +119,8 @@ def init(ctx, filters = None, version = None): if cmd in ['build', 'clean', 'install']: for x in arch_bsps: commands += [cmd + '-' + x] + else: + commands += [cmd] waflib.Options.commands = commands except: pass -- cgit v1.2.3