summaryrefslogtreecommitdiffstats
path: root/source4/autogen-waf.sh
Commit message (Collapse)AuthorAgeFilesLines
* s4-waf: switch Samba4 over to the waf build by defaultAndrew Tridgell2010-05-031-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)
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-121-27/+1
| | | | | the symlink will get updated with the right target when waf dist is used in each directory
* s4:autogen-waf: generate 'Makefile' instead of 'makefile'Stefan Metzmacher2010-04-101-5/+4
| | | | | | This hopefully fixes the build on MacOS 10. metze
* s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer2010-04-081-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.
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-061-3/+16
| | | | this one will work with the tdb, talloc, etc directories
* build: compatibility makefile targetsAndrew Tridgell2010-04-061-3/+2
|
* build: don't remove MakefileAndrew Tridgell2010-04-061-1/+1
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-0/+10
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code