Age | Commit message (Collapse) | Author | Files | Lines |
|
the old autogen.sh is now calld autogen-autotools.sh
For now autogen.sh is a link to autogen-waf.sh. We can remove
autogen-waf.sh in the future, but for now I'm leaving it in place so
as not to break existing scripts (both build farm, and the scripts for
the standalone libs)
|
|
the symlink will get updated with the right target when waf dist is
used in each directory
|
|
This hopefully fixes the build on MacOS 10.
metze
|
|
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.
|
|
this one will work with the tdb, talloc, etc directories
|
|
|
|
|
|
Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
|