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 EDT
You need to log in before you can comment on or make changes to this bug.
This is just the same as the --run=target option, except it doesn't run the target.
Created an attachment (id=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.