summaryrefslogtreecommitdiff
path: root/buildtools/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-09-07gen_abi.sh: filter out symbols not needed for ABIAlexander Bokovoy1-1/+1
2011-06-10waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell1-1/+1
2011-02-08waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner3-0/+113
2011-02-07build: removed unused build scriptsAndrew Tridgell3-113/+0
2011-01-11abi: force TERM=none in abi generationAndrew Tridgell1-1/+2
2010-12-01waf: added a help target for the other waf buildsAndrew Tridgell1-1/+6
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-2/+2
2010-10-06waf: allow for commands like "make bin/smbtorture"Andrew Tridgell1-0/+4
2010-09-07waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell1-1/+1
2010-07-10s4:buildtools: add 'make show_waf_options'Stefan Metzmacher1-0/+3
2010-07-10s4:buildtools: make it possible to use advanced test options via the make waf...Stefan Metzmacher1-3/+3
2010-05-09buildtools: Add 'make testenv' to Samba4 make targetsAndrew Bartlett1-0/+3
2010-05-06build: added a reconfigure targetAndrew Tridgell1-0/+3
2010-05-05build: added a distcheck targetAndrew Tridgell1-0/+3
2010-05-05build: exit with an error if waf configure failsAndrew Tridgell1-2/+2
2010-04-26build: automatically run autogen-waf.sh when neededAndrew Tridgell1-4/+2
2010-04-23build: use 'waf distclean' for make distcleanAndrew Tridgell1-2/+2
2010-04-22build: we don't need this makefile magic any moreAndrew Tridgell1-2/+2
2010-04-20build: include uninitialised data in the ABI symbolsAndrew Tridgell1-1/+1
2010-04-18build: don't depend on the word size of nm outputAndrew Tridgell1-1/+1
2010-04-18build: added a script for generating ABI signatures from shared librariesAndrew Tridgell1-0/+20
2010-04-14build: try to honor MAKEFLAGS from makeAndrew Tridgell1-6/+1
2010-04-13build: cope with spaces in options passed to ./configureAndrew Tridgell1-1/+1
2010-04-12build: use a common autogen-waf.sh for all buildsAndrew Tridgell1-0/+27
2010-04-10s4:autogen-waf: generate 'Makefile' instead of 'makefile'Stefan Metzmacher1-0/+7
2010-04-08s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer1-0/+3
2010-04-08s4-waf: Add dist target.Jelmer Vernooij1-0/+3
2010-04-07Support 'make test TESTS=foo' again.Jelmer Vernooij1-2/+2
2010-04-06s4-waf: new autogen-waf.shAndrew Tridgell2-0/+59