Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 buildsystem - support out of "source4" directory builds | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
Bug: https://bugzilla.samba.org/show_bug.cgi?id=4081 With this patch we are able to invoke s4 builds from the outside of the "source4" directory (but the target remains the "source4/bin" path). One constraint: all commands: "autogen-waf.sh", "configure", "make" have to be run from the same directory! Regarding "make": you have to run it using "make -C <source4 path> [targets]" if the invoke directory is not "source4" itself. | |||||
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 | 2 | -0/+59 | |
this one will work with the tdb, talloc, etc directories |