1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/buildtools/wafsamba
Matthieu Patou 3e2a36774f wafsamba: Remove 2010 comments that seems not accurate anymore
In my tests default value is correctly used and if we provide explicitly
a --with it will comply with the store_true and if we provide --without
then it will comply with the store_false

Change-Id: I820a7f2f08c51ec23b694bce7009c3891d4ab8ef
Reviewed-by: Jeremy Allison <jra@samba.org>
2017-02-09 20:04:12 +01:00
..
tests wafsamba.abi: Fix abi_match with both excludes and includes. 2012-11-06 08:27:44 +11:00
__init__.py
configure_file.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
generic_cc.py
hpuxcc.py
irixcc.py
nothreads.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
pkgconfig.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
README
samba3.py wafsamba: Move command line option function labelled as 'samba3' to the common set of functions 2017-02-09 20:04:12 +01:00
samba_abi.py build:wafsamba: Specify whether node objects or flat lists in ant_glob 2015-11-24 05:00:27 +01:00
samba_autoconf.py wafsamba: add -Werror=format-security to the developer build 2016-09-05 20:22:59 +02:00
samba_autoproto.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_bundled.py build:wafsamba: Remove samba_utils.runonce 2015-11-06 10:37:24 +01:00
samba_conftests.py WAF: Fix detection os sysname ... 2017-01-02 14:12:27 +01:00
samba_cross.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_deps.py build:wafsamba: Ensure that check_group_ordering can be overridden 2015-11-24 08:03:29 +01:00
samba_dist.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_git.py Factor out submodule presence checking. 2015-05-19 22:17:47 +02:00
samba_headers.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_install.py build:wafsamba: Ensure that target clones get a different name 2015-11-24 05:00:27 +01:00
samba_optimisation.py build:wafsamba: Moved samba_before_apply_obj_vars to samba_utils 2015-11-06 10:37:24 +01:00
samba_patterns.py build:wafsamba: Replace Options.is_install by bld.is_install 2015-11-16 11:48:14 +01:00
samba_perl.py build: Fix build with perl on debian sid. 2016-10-29 09:32:36 +02:00
samba_pidl.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_python.py build: Add space before -D option 2016-01-08 02:36:47 +01:00
samba_third_party.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
samba_utils.py wafsamba: Remove 2010 comments that seems not accurate anymore 2017-02-09 20:04:12 +01:00
samba_version.py build:wafsamba: Close file handles in the build scripts too 2015-09-02 00:47:18 +02:00
samba_wildcard.py build:wafsamba: Replace Options.is_install by bld.is_install 2015-11-16 11:48:14 +01:00
stale_files.py s4-python: Various formatting fixes. 2012-09-27 18:45:12 +02:00
symbols.py build:wafsamba: removed most import * statements 2015-10-28 12:52:17 +01:00
test_duplicate_symbol.sh test_duplicate_symbol: Use Samba subunit emitter. 2015-03-06 04:41:47 +01:00
tru64cc.py
wafsamba.py Error when private libraries have public headers. 2016-01-13 04:43:22 +01:00
wscript wscript: remove executable bits for all wscript* files 2017-01-11 20:21:01 +01: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