Bugzilla – Bug 619
Add a --build=target option to waf to build and link only the required dependencies for running target
Last modified: 2009-09-25 07:26:09 UTC
This is just the same as the --run=target option, except it doesn't run the target.
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.