summaryrefslogtreecommitdiffstats
path: root/buildtools/scripts
Commit message (Collapse)AuthorAgeFilesLines
* build: don't depend on the word size of nm outputAndrew Tridgell2010-04-181-1/+1
| | | | the first column varies in length for different architectures
* build: added a script for generating ABI signatures from shared librariesAndrew Tridgell2010-04-181-0/+20
|
* build: try to honor MAKEFLAGS from makeAndrew Tridgell2010-04-141-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
* build: cope with spaces in options passed to ./configureAndrew Tridgell2010-04-131-1/+1
|
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-121-0/+27
| | | | | 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-0/+7
| | | | | | This hopefully fixes the build on MacOS 10. metze
* s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer2010-04-081-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.
* s4-waf: Add dist target.Jelmer Vernooij2010-04-081-0/+3
|
* Support 'make test TESTS=foo' again.Jelmer Vernooij2010-04-071-2/+2
|
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-062-0/+59
this one will work with the tdb, talloc, etc directories