Bug 619

Summary: Add a --build=target option to waf to build and link only the required dependencies for running target
Product: ns-3 Reporter: Guillaume Seguin <guillaume.seguin>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED INVALID    
Severity: enhancement CC: gjcarneiro
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Feature implementation proposal patch

Description Guillaume Seguin 2009-07-01 10:05:02 UTC
This is just the same as the --run=target option, except it doesn't run the target.
Comment 1 Guillaume Seguin 2009-07-01 11:21:16 UTC
Created attachment 510 [details]
Feature implementation proposal patch
Comment 2 Gustavo J. A. M. Carneiro 2009-09-04 07:36:46 UTC
WAF already has a builtin --target option.  Isn't this what you want?

Ex:  ./waf --target mixed-wireless
Comment 3 Gustavo J. A. M. Carneiro 2009-09-25 07:26:09 UTC
Marking INVALID since it duplicates core WAF functionality.