summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 21:17:57 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 11:04:21 +0000
commit2c0ff5113cd9ef966f9ee3bcc723a6a28f1197da (patch)
tree2330f9176a1283f30acbb1b6e7f449e425ea5f88 /source4/torture/wscript_build
parent6120ef9f9e76c417cc105db8be3834516312a9eb (diff)
downloadsamba-2c0ff5113cd9ef966f9ee3bcc723a6a28f1197da.tar.gz
samba-2c0ff5113cd9ef966f9ee3bcc723a6a28f1197da.tar.bz2
samba-2c0ff5113cd9ef966f9ee3bcc723a6a28f1197da.zip
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
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r--source4/torture/wscript_build11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index bb0964abe3..7371965f55 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -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',