summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_asn1.py
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: removed some unused imports found by pyflakesAndrew Tridgell1-1/+0
thanks to Jelmer for pointing me at pyflakes
2010-04-06s4-waf: merge in the latest changes from masterAndrew Tridgell1-0/+12
The heimdal changes mean the asn1 compiler produces a 2nd header file
2010-04-06build: a few more build rules that should have on_results=TrueAndrew Tridgell1-0/+2
2010-04-06build: make use on_results=True for some build rulesStefan Metzmacher1-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-06build: cleanup the ASN1 rules a bitAndrew Tridgell1-18/+2
2010-04-06build: don't need the S4 in the PIDL prefixAndrew Tridgell1-1/+0
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-6/+10
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-8/+26
2010-04-06build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell1-0/+90
also fixed ASN1 target names