Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heimdal: Move SAMBA_ERRTABLE to heimdal_build. | Jelmer Vernooij | 2010-10-03 | 1 | -27/+0 |
| | |||||
* | build: removed some unused imports found by pyflakes | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | thanks to Jelmer for pointing me at pyflakes | ||||
* | build: nicer progress display for a standard build | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | build: make use on_results=True for some build rules | Stefan Metzmacher | 2010-04-06 | 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 | ||||
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 1 | -0/+26 |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code |