Bug 619 - Add a --build=target option to waf to build and link only the required dependencies for running target
Add a --build=target option to waf to build and link only the required depend...
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-01 10:05 UTC by Guillaume Seguin
Modified: 2009-09-25 07:26 UTC (History)
1 user (show)

See Also:


Attachments
Feature implementation proposal patch (1.23 KB, patch)
2009-07-01 11:21 UTC, Guillaume Seguin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.