Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: only link install targets at install time | Andrew Tridgell | 1 | -11/+12 | |
2010-04-06 | build: reuse SAMBA_LIBRARY() to build python modules | Andrew Tridgell | 1 | -31/+14 | |
This allows the rpath logic to be shared, and simplifies the install logic | |||||
2010-04-06 | build: mark python rules as being part of the "main" group | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: install build python modules correctly | Andrew Tridgell | 1 | -1/+9 | |
2010-04-06 | build: support variable expansion in source= arguments to build rules | Andrew Tridgell | 1 | -0/+3 | |
This makes it much easier to follow the s3 approach to lists of source files in the top level wscript Pair-Programmed-With: Kai Blin <kai@samba.org> | |||||
2010-04-06 | build: fixed the install name for python modules | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | build: fixed init function sentinal for python modules | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -9/+28 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: separate out dependencies and python rules | Andrew Tridgell | 1 | -0/+44 | |