From 2c0ff5113cd9ef966f9ee3bcc723a6a28f1197da Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 21:17:57 +1100 Subject: s4-waf: we don't need the smbtorture.static for s3 any more this breaks the build farm Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Oct 21 11:04:21 UTC 2010 on sn-devel-104 --- source4/torture/wscript_build | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source4/torture/wscript_build') 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', -- cgit