Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: removed some unused imports found by pyflakes | Andrew Tridgell | 1 | -1/+1 | |
thanks to Jelmer for pointing me at pyflakes | |||||
2010-04-06 | build: nicer progress display for a standard build | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: make use on_results=True for some build rules | Stefan Metzmacher | 1 | -0/+1 | |
This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze | |||||
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -0/+26 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code |