From a799f5995ec0c216eb85d578db4dacdf2cb9eefe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Apr 2010 20:55:37 +1100 Subject: pidl-waf: better handling of the man page generation we now avoid leaving build files in the source tree --- buildtools/wafsamba/wafsamba.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'buildtools/wafsamba') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 63d657f370..8dfa003091 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -51,8 +51,6 @@ def SAMBA_BUILD_ENV(conf): os.unlink(blib_src) elif os.path.exists(blib_src): shutil.rmtree(blib_src) - os.symlink(blib_bld, blib_src) - def ADD_INIT_FUNCTION(bld, subsystem, target, init_function): -- cgit