1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/buildtools/wafsamba
Andrew Tridgell d83850abe2 build: uname on opensolaris returns 1 for success
check for -1 as failure, not 0 for success
2010-05-02 18:25:13 +02:00
..
gccdeps.py build: gccdeps fixes from ita 2010-04-06 20:26:55 +10:00
generic_cc.py build: try the generic C compiler on hpux if gcc not found 2010-04-06 20:27:24 +10:00
irixcc.py build: added 'generic' cc support and a simple irix cc support module 2010-04-06 20:27:23 +10:00
nothreads.py build: enable nothreads workaround only with WAF_NOTHREADS=1 2010-04-06 20:27:21 +10:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba_abi.py build: allow "waf --abi-check" to force a re-check of the ABI 2010-04-20 15:50:26 +10:00
samba_asn1.py build: removed some unused imports found by pyflakes 2010-04-06 20:27:24 +10:00
samba_autoconf.py buildtools/wafsamba: inline defines during configure into the tests 2010-04-24 20:03:50 +02:00
samba_autoproto.py build: more dependencies on /usr/bin/perl -> ${PERL} 2010-04-18 23:08:28 +10:00
samba_bundled.py build: added --nonshared-binary=LIST option 2010-04-21 17:13:16 +10:00
samba_conftests.py build: uname on opensolaris returns 1 for success 2010-05-02 18:25:13 +02:00
samba_cross.py build: fixed uname output to be on target machine when cross compiling 2010-04-21 15:16:01 +10:00
samba_deps.py build: normalise paths in unique source checking 2010-04-26 14:36:54 +10:00
samba_dist.py build: cope with symlinks between build components in waf dist 2010-04-12 11:17:35 +10:00
samba_errtable.py build: removed some unused imports found by pyflakes 2010-04-06 20:27:24 +10:00
samba_install.py build: cope with realname for install of non-python libs 2010-04-26 19:06:06 +10:00
samba_optimisation.py build: removed some unused imports found by pyflakes 2010-04-06 20:27:24 +10:00
samba_patterns.py build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba_pidl.py build: more dependencies on /usr/bin/perl -> ${PERL} 2010-04-18 23:08:28 +10:00
samba_python.py build: only link install targets at install time 2010-04-06 20:27:22 +10:00
samba_utils.py build: fixed a python-3 indent error 2010-04-19 16:34:14 +10:00
tru64cc.py build: added 'generic' cc support and a simple irix cc support module 2010-04-06 20:27:23 +10:00
wafsamba.py build: added enabled=True/False option to SAMBA_BINARY() 2010-04-29 08:01:48 +10:00
wscript build: use option_group() not add_option_group() 2010-04-26 14:36:54 +10:00

This is a set of waf 'tools' to help make building the Samba
components easier, by having common functions in one place. This gives
us a more consistent build, and ensures that our project rules are
obeyed


TODO:
	see http://wiki.samba.org/index.php/Waf