summaryrefslogtreecommitdiff
path: root/buildtools/scripts
Commit message (Expand)AuthorAgeFilesLines
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-292-4/+11
* buildtools: Reformat shell scriptsAndreas Schneider2022-02-222-14/+14
* builtools: Make abi_gen.sh less prone to errorsAndreas Schneider2022-02-151-2/+7
* abi_gen.sh: ignore gdb customisations when comparing signaturesDouglas Bagnall2019-02-021-1/+1
* gen_abi.sh: filter out symbols not needed for ABIAlexander Bokovoy2012-09-071-1/+1
* waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell2011-06-101-1/+1
* waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner2011-02-083-0/+113
* build: removed unused build scriptsAndrew Tridgell2011-02-073-113/+0
* abi: force TERM=none in abi generationAndrew Tridgell2011-01-111-1/+2
* waf: added a help target for the other waf buildsAndrew Tridgell2010-12-011-1/+6
* waf: fixed the build with a space in the source directoryAndrew Tridgell2010-11-211-2/+2
* waf: allow for commands like "make bin/smbtorture"Andrew Tridgell2010-10-061-0/+4
* waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell2010-09-071-1/+1
* s4:buildtools: add 'make show_waf_options'Stefan Metzmacher2010-07-101-0/+3
* s4:buildtools: make it possible to use advanced test options via the make waf...Stefan Metzmacher2010-07-101-3/+3
* buildtools: Add 'make testenv' to Samba4 make targetsAndrew Bartlett2010-05-091-0/+3
* build: added a reconfigure targetAndrew Tridgell2010-05-061-0/+3
* build: added a distcheck targetAndrew Tridgell2010-05-051-0/+3
* build: exit with an error if waf configure failsAndrew Tridgell2010-05-051-2/+2
* build: automatically run autogen-waf.sh when neededAndrew Tridgell2010-04-261-4/+2
* build: use 'waf distclean' for make distcleanAndrew Tridgell2010-04-231-2/+2
* build: we don't need this makefile magic any moreAndrew Tridgell2010-04-221-2/+2
* build: include uninitialised data in the ABI symbolsAndrew Tridgell2010-04-201-1/+1
* build: don't depend on the word size of nm outputAndrew Tridgell2010-04-181-1/+1
* 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
* 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
* s4:autogen-waf: generate 'Makefile' instead of 'makefile'Stefan Metzmacher2010-04-101-0/+7
* s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer2010-04-081-0/+3
* 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