Bug 1865 - waf needs a command to repeat the build summary without configuring again
waf needs a command to repeat the build summary without configuring again
Status: NEW
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P5 enhancement
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-01 23:18 EST by Peter Barnes
Modified: 2014-04-29 16:46 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Barnes 2014-03-01 23:18:38 EST
At the end of waf configure there is a nice summary of the build profile, output directory, and status of optional features.

waf needs a command to repeat the summary, to show the current configuration.  Perhaps waf --configuration.
Comment 1 Peter Barnes 2014-03-01 23:33:52 EST
Additionally, the configure summary should report the CXXFLAGS.

In other words, it should be possible to recreate the configuration exactly just by examining the summary.
Comment 2 Brian Swenson 2014-04-29 16:46:39 EDT
I agree that would be nice