Repeat the build output directory and the build profile in the configure report.
--- a/wscript Fri Jan 31 13:11:18 2014 -0800
+++ b/wscript Fri Jan 31 14:57:58 2014 -0800
@@ -524,6 +524,13 @@
# Write a summary of optional features status
print "---- Summary of optional NS-3 features:"
+ print "%-30s: %s%s%s" % ("Build profile", Logs.colors('GREEN'),
+ Options.options.build_profile, Logs.colors('NORMAL'))
+ bld = wutils.bld
+ print "%-30s: %s%s%s" % ("Build directory", Logs.colors('GREEN'),
+ Context.out_dir, Logs.colors('NORMAL'))
+
+
for (name, caption, was_enabled, reason_not_enabled) in conf.env['NS3_OPTIONAL_FEATURES']:
if was_enabled:
status = 'enabled'