1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/buildtools/wafsamba
Joseph Sutton ed0b850e3d wafsamba: Remove unused configure check
This check would trigger compiler warnings due to the extra argument
passed to eprintf(). HAVE__VA_ARGS__MACRO isn't used anywhere, so we can
remove the check.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-03-20 00:22:32 +00:00
..
tests python compat: remove StringIO 2020-08-11 16:37:35 +00:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
generic_cc.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
pkgconfig.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py HEIMDAL: move code from source4/heimdal* to third_party/heimdal* 2022-01-19 21:41:59 +00:00
samba_abi.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
samba_autoconf.py buildtools: fix mutable default arguments 2023-02-23 22:32:33 +00:00
samba_autoproto.py build: Remove workaround for missing os.path.relpath in Python < 2.6 2019-11-13 08:42:30 +00:00
samba_bundled.py buildtools: fix mutable default arguments 2023-02-23 22:32:33 +00:00
samba_conftests.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
samba_cross.py python: Don't use deprecated escape sequences 2022-06-14 07:21:29 +00:00
samba_deps.py python: Remove redundant assignments 2022-05-10 05:19:34 +00:00
samba_dist.py wafsamba: add support git worktree to vcs_dir_contents() 2021-08-12 08:07:29 +00:00
samba_git.py build:wafsamba: Build on waf 1.9 2018-09-05 06:37:21 +02:00
samba_headers.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
samba_install.py buildtools/wafsamba/samba_install.py: typo fixes 2019-10-31 00:43:38 +00:00
samba_patterns.py build: reduce printf() calls in generated build_options.c 2022-01-17 13:17:53 +00:00
samba_perl.py python: Remove unnecessary 'pass' statements 2022-05-10 05:19:34 +00:00
samba_pidl.py pidl:NDR/ServerCompat: Compat server PIDL parser 2020-03-20 15:36:31 +00:00
samba_python.py build: Make Python 3.6 the minimum to build now oss-fuzz is upgraded 2021-09-13 04:53:32 +00:00
samba_third_party.py third_party: Update resolv_wrapper to version 1.1.8 2022-12-21 21:28:42 +00:00
samba_utils.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
samba_version.py samba_version.py: Avoid resource leak 2023-03-03 01:07:36 +00:00
samba_waf18.py buildtools/wafsamba: Avoid calling lib_func without a prototype 2023-01-09 10:43:37 +00:00
samba_wildcard.py Suggest running './configure' rather than 'waf configure'. 2021-03-01 04:56:15 +00:00
stale_files.py wafsamba: introduce SAMBA[3]_PLUGIN() 2021-11-30 15:53:34 +00:00
symbols.py python: Don't use deprecated escape sequences 2023-01-20 09:06:49 +00:00
test_duplicate_symbol.sh wafsamba: let test_duplicate_symbol.sh export PYTHONHASHSEED=1 2022-03-29 22:32:32 +00:00
wafsamba.py buildtools: fix mutable default arguments 2023-02-23 22:32:33 +00:00
wscript wafsamba: Remove unused configure check 2023-03-20 00:22:32 +00: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