Bug 1243 - exiting waf shell should not generate report on what modules are built
exiting waf shell should not generate report on what modules are built
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P5 normal
Assigned To: Mitch Watrous
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-10 18:22 EDT by Tom Henderson
Modified: 2011-08-16 12:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2011-08-10 18:22:14 EDT
I suggest to remove the report of what modules are built/not built upon exiting waf shell; this information is relevant to ./waf build, not ./waf shell.

$ ./waf shell
Waf: Entering directory `/path/to/ns-3-dev/build'
Waf: Leaving directory `/path/to/ns-3-dev/build'
$ exit
exit
'shell' finished successfully (2.378s)

Modules built:
aodv                      applications              bridge                   
config-store              core                      csma                     
csma-layout               dsdv                      emu                      
energy                    flow-monitor              internet                 
lr-wpan                   lte                       mesh                     
mobility                  mpi                       netanim                  
network                   nix-vector-routing        ns3tcp                   
ns3wifi                   olsr                      point-to-point           
point-to-point-layout     propagation               spectrum                 
stats                     tap-bridge                template                 
test                      tools                     topology-read            
uan                       virtual-net-device        visualizer               
wifi                      wimax                    

Modules not built:
click                     openflow                 

$
Comment 1 Mitch Watrous 2011-08-16 12:43:33 EDT
Bug closed.

ns-3-dev changeset: ed960db91421