diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 08:16:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 06:39:04 +0200 |
commit | 4d5471f1c634450020c4530f8d0c8dfcd7252fb3 (patch) | |
tree | 21dd9b9cf67d96634eabbf62bce641996dfabe7f /source3/wscript | |
parent | 7cd4eb0ca69026031620cbe578cfd7216ea9ac6c (diff) | |
download | samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.tar.gz samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.tar.bz2 samba-4d5471f1c634450020c4530f8d0c8dfcd7252fb3.zip |
build: Remove special case for the build farm
Except in the formatting of the selftest output, this removes the special case
of the build farm, so that an autobuild, a manual make test and the build farm
are more similar.
Andrew Bartlett
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Aug 21 06:39:04 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript index c807ddcfc9..d05b21d57d 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1014,9 +1014,6 @@ main() { msg='Checking for ftruncate extend', addmain=False, execute=True) - if os.getenv('RUN_FROM_BUILD_FARM'): - Logs.info("enabling buildfarm hacks") - conf.DEFINE('ENABLE_BUILD_FARM_HACKS', '1') if Options.options.with_sendfile_support: if (host_os.rfind('linux') > -1) or (host_os.rfind('gnu') > -1) or (host_os.rfind('k*bsd*-gnu') > -1) or (host_os.rfind('kopensolaris*-gnu') > -1): |