summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtems.py2
1 files changed, 2 insertions, 0 deletions
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