summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoproto.py
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-1/+1
2010-10-03heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij1-23/+0
2010-04-18build: more dependencies on /usr/bin/perl -> ${PERL}Andrew Tridgell1-1/+1
2010-04-15build: throw a fatal error for duplicate target declarationsAndrew Tridgell1-1/+4
We don't want someone to declare two subsystems of the same name but with different source files Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-04-08build: make the handling of relative paths a bit sanerAndrew Tridgell1-3/+5
This should fix a problem that Anatoliy has struck with the PIDL rules. It also brings us much closer to a working build for a true out of tree build (ie. with waf configure -b /tmp/build)
2010-04-06build: nicer display of command type for prototypes and generatorsAndrew Tridgell1-0/+2
2010-04-06build: tidy up the wafsamba rules a bitAndrew Tridgell1-3/+5
use python string conventions for function comments
2010-04-06build: old versions of perl don't understand the -W optionAndrew Tridgell1-1/+1
2010-04-06build: make use on_results=True for some build rulesStefan Metzmacher1-0/+2
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: fixed group for heimdal autoprotoAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-2/+1
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-2/+5
2010-04-06build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell1-1/+0
also fixed ASN1 target names
2010-04-06build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell1-3/+8
2010-04-06build: allow selection of build group in HEIMDAL_AUTOPROTO()Andrew Tridgell1-0/+29