mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
c9fa0a05d9
if bin is not empty and I have been sharing the samba tree into a Vagrant environment and we run make, we get annoying linking error like this: File "~/samba/lib/tevent/wscript", line 130, in build installdir='python') File "./buildtools/wafsamba/wafsamba.py", line 745, in SAMBA_SCRIPT os.symlink(link_src, link_dst) FileExistsError: [Errno 17] File exists: '~/samba/lib/tevent/tevent.py' -> '~/samba/bin/default/../python/tevent.py' Makefile:7: recipe for target 'all' failed Override the symlink method to allow force linking. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
configure_file.py | ||
generic_cc.py | ||
pkgconfig.py | ||
README | ||
samba3.py | ||
samba_abi.py | ||
samba_autoconf.py | ||
samba_autoproto.py | ||
samba_bundled.py | ||
samba_conftests.py | ||
samba_cross.py | ||
samba_deps.py | ||
samba_dist.py | ||
samba_git.py | ||
samba_headers.py | ||
samba_install.py | ||
samba_patterns.py | ||
samba_perl.py | ||
samba_pidl.py | ||
samba_python.py | ||
samba_third_party.py | ||
samba_utils.py | ||
samba_version.py | ||
samba_waf18.py | ||
samba_wildcard.py | ||
stale_files.py | ||
symbols.py | ||
test_duplicate_symbol.sh | ||
wafsamba.py | ||
wscript |
This is a set of waf 'tools' to help make building the Samba components easier, by having common functions in one place. This gives us a more consistent build, and ensures that our project rules are obeyed TODO: see http://wiki.samba.org/index.php/Waf