[rtems-tools commit] Add a VERSION message to configure.

Chris Johns chrisj at rtems.org
Fri Dec 11 06:17:16 UTC 2015


Module:    rtems-tools
Branch:    4.11
Commit:    16b33b64f02dd7a7ca793f6797082fbdf476ecc6
Changeset: http://git.rtems.org/rtems-tools/commit/?id=16b33b64f02dd7a7ca793f6797082fbdf476ecc6

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Dec 11 17:15:27 2015 +1100

Add a VERSION message to configure.

---

 wscript | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wscript b/wscript
index e271f81..e7a2362 100644
--- a/wscript
+++ b/wscript
@@ -94,6 +94,8 @@ def configure(ctx):
     except:
         pass
     ctx.env.RTEMS_VERSION, ctx.env.RTEMS_RELEASE = get_version(ctx)
+    ctx.start_msg('Version')
+    ctx.end_msg('%s (%s)' % (ctx.env.RTEMS_RELEASE, ctx.env.RTEMS_VERSION))
     ctx.env.C_OPTS = ctx.options.c_opts.split(',')
     check_options(ctx, ctx.options.host)
     recurse(ctx)



More information about the vc mailing list