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
: ns-3
build system
: ns-3-dev
: All All
: P5 enhancement
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-07-01 10:05 EDT by
Modified: 2009-09-25 07:26 EDT (History)


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


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-07-01 10:05:02 EDT
This is just the same as the --run=target option, except it doesn't run the
target.
------- Comment #1 From 2009-07-01 11:21:16 EDT -------
Created an attachment (id=510) [details]
Feature implementation proposal patch
------- Comment #2 From 2009-09-04 07:36:46 EDT -------
WAF already has a builtin --target option.  Isn't this what you want?

Ex:  ./waf --target mixed-wireless
------- Comment #3 From 2009-09-25 07:26:09 EDT -------
Marking INVALID since it duplicates core WAF functionality.