---
 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index 3ca9478e..0979644a 100644
--- a/wscript
+++ b/wscript
@@ -151,7 +151,7 @@ def bsp_init(ctx, env, contexts):
     # Transform the commands to per build variant commands
     commands = []
     for cmd in waflib.Options.commands:
-        if cmd.startswith(('build', 'clean', 'install')):
+        if cmd.startswith(('build', 'clean', 'install', 'uninstall')):
             for builder in builders:
                 commands += [str(cmd + '-' + builder)]
         else:
-- 
2.21.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to