[rtems_waf commit] rtems: Add uninstall option to the list of commands

Chris Johns chrisj at rtems.org
Mon Jul 27 02:44:22 UTC 2020


Module:    rtems_waf
Branch:    master
Commit:    d05ceeb86f3d778a3497634d161c4d00612575c7
Changeset: http://git.rtems.org/rtems_waf/commit/?id=d05ceeb86f3d778a3497634d161c4d00612575c7

Author:    Vijay Kumar Banerjee <vijay at rtems.org>
Date:      Fri Jul 24 21:02:12 2020 +0530

rtems: Add uninstall option to the list of commands

---

 rtems.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtems.py b/rtems.py
index ceabcd9..067a213 100644
--- a/rtems.py
+++ b/rtems.py
@@ -131,7 +131,7 @@ def init(ctx, filters = None, version = None, long_commands = False, bsp_init =
         #
         commands = []
         for cmd in waflib.Options.commands:
-            if cmd in ['build', 'clean', 'install']:
+            if cmd in ['build', 'clean', 'install', 'uninstall']:
                 for x in arch_bsps:
                     commands += [cmd + '-' + x]
             else:



More information about the vc mailing list