1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4-waf: we don't need the smbtorture.static for s3 any more

this breaks the build farm

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Oct 21 11:04:21 UTC 2010 on sn-devel-104
This commit is contained in:
Andrew Tridgell 2010-10-21 21:17:57 +11:00
parent 6120ef9f9e
commit 2c0ff5113c

View File

@ -154,17 +154,6 @@ bld.SAMBA_BINARY('smbtorture',
pyembed=True
)
# this is used in the build farm to build a smbtorture.static binary for s3
bld.SAMBA_BINARY('smbtorture.static',
source=[],
deps='torturemain torture popt POPT_SAMBA POPT_CREDENTIALS dcerpc LIBCLI_SMB SMBREADLINE ' + TORTURE_MODULES,
enabled = bld.env.BUILD_FARM,
pyembed=True
)
bld.env.NONSHARED_BINARIES.append('smbtorture.static')
bld.SAMBA_BINARY('gentest',
source='gentest.c',
manpages='man/gentest.1',