summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-28samba4: Don't update Makefile/configure from autogen.sh.Jelmer Vernooij1-1/+11
2010-05-03s4-waf: switch Samba4 over to the waf build by defaultAndrew Tridgell1-1/+1
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)
2010-04-12build: use a common autogen-waf.sh for all buildsAndrew Tridgell1-27/+1
the symlink will get updated with the right target when waf dist is used in each directory
2010-04-10s4:autogen-waf: generate 'Makefile' instead of 'makefile'Stefan Metzmacher1-5/+4
This hopefully fixes the build on MacOS 10. metze
2010-04-08s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer1-8/+14
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-06s4-waf: new autogen-waf.shAndrew Tridgell1-3/+16
this one will work with the tdb, talloc, etc directories
2010-04-06build: compatibility makefile targetsAndrew Tridgell1-3/+2
2010-04-06build: don't remove MakefileAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-0/+10
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code