1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/buildtools/wafsamba
Noel Power 2e59a3343f PY3: make sure print stmt is enclosed by '(' & ')'
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-09-19 22:25:05 +02:00
..
tests wafsamba/samba_abi: always hide ABI symbols which must be local 2018-07-13 17:45:35 +02:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
generic_cc.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
nothreads.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
pkgconfig.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py buildtools/wafsamba: reduce imports 2018-09-05 06:37:25 +02:00
samba_abi.py PY3: decode output of cmd_output for easier string manip 2018-09-16 06:16:20 +02:00
samba_autoconf.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
samba_autoproto.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_bundled.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_conftests.py PY3: make sure print stmt is enclosed by '(' & ')' 2018-09-19 22:25:05 +02:00
samba_cross.py buildtools/wafsamba: use context instead of options for cross-compile checks for waf 2.0 2018-09-05 06:37:27 +02:00
samba_deps.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_dist.py buildtools/wafsamba: use top for waf 2.0 2018-09-05 06:37:26 +02:00
samba_git.py build:wafsamba: Build on waf 1.9 2018-09-05 06:37:21 +02:00
samba_headers.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_install.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_patterns.py PY3: bytes.maketrans, string.maketrans is a PY2 only function 2018-09-16 06:16:19 +02:00
samba_perl.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_pidl.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_python.py wafsamba: install Python modules back to bin/python, not bin/python_modules 2018-09-05 06:37:27 +02:00
samba_third_party.py buildtools/wafsamba: use top and out for waf 2.0 2018-09-05 06:37:26 +02:00
samba_utils.py wafsamba: Fix 'make -j<jobs>' 2018-09-07 20:24:46 +02:00
samba_version.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_waf18.py wafsamba: Drop unused, broken install_dir() 2018-09-11 10:00:05 +02:00
samba_wildcard.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
stale_files.py buildtools/wafsamba: port stale_files to waf 2.0 2018-09-05 06:37:27 +02:00
symbols.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
test_duplicate_symbol.sh test_duplicate_symbol: Use Samba subunit emitter. 2015-03-06 04:41:47 +01:00
wafsamba.py PY3: fix some octal literals 2018-09-16 06:16:19 +02:00
wscript wafsamba: use correct context for APPNAME 2018-09-05 06:37:26 +02: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