summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_errtable.py
Commit message (Collapse)AuthorAgeFilesLines
* heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij2010-10-031-27/+0
|
* build: removed some unused imports found by pyflakesAndrew Tridgell2010-04-061-1/+1
| | | | thanks to Jelmer for pointing me at pyflakes
* build: nicer progress display for a standard buildAndrew Tridgell2010-04-061-2/+2
|
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-061-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 worksAndrew Tridgell2010-04-061-0/+26
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code