[SCM] Samba Shared Repository - branch master updated
Andreas Schneider
asn at samba.org
Wed Feb 1 17:17:02 UTC 2017
The branch, master has been updated
via 3fe1f06 talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
from 2bea45e ctdb-common: ioctl(.. FIONREAD ..) returns an int value
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3fe1f06278ce90d8c6a882c6703f583923615117
Author: Stefan Metzmacher <metze at samba.org>
Date: Sun Jan 29 15:52:30 2017 +0100
talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
This is the default and should not be passed explicitly.
Signed-off-by: Stefan Metzmacher <metze at samba.org>
Reviewed-by: Andreas Schneider <asn at samba.org>
Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
Autobuild-Date(master): Wed Feb 1 18:16:58 CET 2017 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
lib/talloc/wscript | 2 --
1 file changed, 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 41f3be7..8ce4f59 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -141,13 +141,11 @@ def build(bld):
bld.SAMBA_PYTHON('pytalloc',
'pytalloc.c',
deps='talloc ' + name,
- enabled=True,
realname='talloc.so')
bld.SAMBA_PYTHON('test_pytalloc',
'test_pytalloc.c',
deps='pytalloc',
- enabled=True,
realname='_test_pytalloc.so',
install=False)
--
Samba Shared Repository
More information about the samba-cvs
mailing list