Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-14 | build: try to honor MAKEFLAGS from make | Andrew Tridgell | 1 | -6/+1 | |
This means "make -j" and "make -k" now do roughly what is expected make -j will use the number of CPUs on the system, regardless of the number after the -j (as MAKEFLAGS doesn't contain that value). make -k will will continue on errors | |||||
2010-04-10 | s4:autogen-waf: generate 'Makefile' instead of 'makefile' | Stefan Metzmacher | 1 | -0/+7 | |
This hopefully fixes the build on MacOS 10. metze | |||||
2010-04-08 | s4-waf: Add dist target. | Jelmer Vernooij | 1 | -0/+3 | |
2010-04-07 | Support 'make test TESTS=foo' again. | Jelmer Vernooij | 1 | -2/+2 | |
2010-04-06 | s4-waf: new autogen-waf.sh | Andrew Tridgell | 1 | -0/+48 | |
this one will work with the tdb, talloc, etc directories |