|
Bugzilla – Full Text Bug Listing |
| 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 system | Assignee: | 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
Created attachment 510 [details]
Feature implementation proposal patch
WAF already has a builtin --target option. Isn't this what you want? Ex: ./waf --target mixed-wireless Marking INVALID since it duplicates core WAF functionality. |