s4-waf: we don't need the smbtorture.static for s3 any more
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 10:17:57 +0000 (21:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 11:04:21 +0000 (11:04 +0000)
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

source4/torture/wscript_build

index bb0964abe386710c375dcc13fe0d85397b9a8a89..7371965f556c8758fd3d6519680a7f909e83009d 100644 (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',