Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-18 | build: more dependencies on /usr/bin/perl -> ${PERL} | Andrew Tridgell | 1 | -1/+1 | |
2010-04-15 | build: throw a fatal error for duplicate target declarations | Andrew Tridgell | 1 | -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-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 1 | -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-06 | build: nicer display of command type for prototypes and generators | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -3/+5 | |
use python string conventions for function comments | |||||
2010-04-06 | build: old versions of perl don't understand the -W option | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: make use on_results=True for some build rules | Stefan Metzmacher | 1 | -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-06 | build: fixed group for heimdal autoproto | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -2/+1 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -2/+5 | |
2010-04-06 | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -1/+0 | |
also fixed ASN1 target names | |||||
2010-04-06 | build: moved main autoproto rule into samba_autoproto.py | Andrew Tridgell | 1 | -3/+8 | |
2010-04-06 | build: allow selection of build group in HEIMDAL_AUTOPROTO() | Andrew Tridgell | 1 | -0/+29 | |