Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | build: cope with symlinks between build components in waf dist | Andrew Tridgell | 1 | -2/+50 | |
This will allow us to have autogen-waf.sh be a symlink to ../buildtools/scripts/autogen-waf.sh in each library. That will prevent people from updating only the script in source4/, and forgetting to udpate the scripts in the other libs, as happened with commit f3f82496 | |||||
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 1 | -3/+3 | |
this gives appropriate colors on output, and ensures it works with compiler output | |||||
2010-04-09 | build: nicer error message on missing file in waf dist | Andrew Tridgell | 1 | -2/+6 | |
2010-04-08 | build: we need this isinstance() check for distcheck | Andrew Tridgell | 1 | -1/+1 | |
Jelmer, this works around a bug in waf distcheck that will be fixed soon. We really need the isinstance() check for now. | |||||
2010-04-07 | s4-waf: Fix 'waf dist' app name. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-06 | s4-waf: fixed waf distcheck for our standalone libs and s4 | Andrew Tridgell | 1 | -3/+8 | |
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -13/+10 | |
This should be useful for building tarballs from a clean checkout | |||||
2010-04-06 | build: nicer error msg when git ls-files fails | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | s4-waf: added 'waf dist' to our standalone libs as well | Andrew Tridgell | 1 | -4/+6 | |
2010-04-06 | s4-waf: added 'waf dist' to build the tarball | Andrew Tridgell | 1 | -0/+67 | |