diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-02 20:55:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:23 +1000 |
commit | a799f5995ec0c216eb85d578db4dacdf2cb9eefe (patch) | |
tree | f969a014b63b329ed6d09731afdf829d7f58a1fd /buildtools | |
parent | 3385b1e2e9f81bde322a83317ecb394b1f676724 (diff) | |
download | samba-a799f5995ec0c216eb85d578db4dacdf2cb9eefe.tar.gz samba-a799f5995ec0c216eb85d578db4dacdf2cb9eefe.tar.bz2 samba-a799f5995ec0c216eb85d578db4dacdf2cb9eefe.zip |
pidl-waf: better handling of the man page generation
we now avoid leaving build files in the source tree
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): |