Comment 4 for bug 687864

Revision history for this message
Nicolas Joseph (gege2061) wrote :

I had forgotten this feature of waf: the cache

You can define a cache directory:
$ export WAFCACHE=/tmp/wafcache; mkdir $WAFCACHE

Reconfigure the project:
$ ./waf configure

Modified one file and rebuild the project (twice: the first, the cache doesn't work :/)