Bugzilla – Bug 2459
Add ./waf --check-config option to reprint the summary of optional features from the configuration
Last modified: 2016-09-20 02:20:24 UTC
Created attachment 2509 [details] proposed patch This patch adds a waf build option to reprint the summary of optional features which ends the configure step. $ ./waf --help ... --check-profile print out current build profile --check-config Print the current configuration. ... $ ./waf --check-config Waf: Entering directory `./build' ---- Summary of optional NS-3 features: Build profile : debug ... I had to refactor the printing of the build profile to get it to work reliably during both configure and build phases.
Created attachment 2510 [details] Complete patch Missed a diff in the original patch
Created attachment 2511 [details] 3rd try Finally think I have the bug number correct in RELEASE_NOTES and CHANGES.html
Created attachment 2512 [details] proposed patch
+1 from me to merge shortly; putting in LAST CALL state
pushed in changeset 12329:e0d961707c93