mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
769e889e0e
DIST_FILES() causes all files in any specified directory to be recursively added to the tarball. However, a symbolic link to a directory is detected as a regular directory so is also subject to recursion. This means that a symbolic link to a directory is dereferenced and the directory of files beyond it are added to the tarball under a directory corresponding to the link. This is almost certainly not what is intended because it will usually result in duplicate files. This is because the contents of a symbolic link's target directory will already be present in the tarball. Instead, do not treat symbolic links to directories as directories, but add them to the tarball like normal files. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
configure_file.py | ||
generic_cc.py | ||
hpuxcc.py | ||
irixcc.py | ||
nothreads.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_optimisation.py | ||
samba_patterns.py | ||
samba_perl.py | ||
samba_pidl.py | ||
samba_python.py | ||
samba_third_party.py | ||
samba_utils.py | ||
samba_version.py | ||
samba_wildcard.py | ||
stale_files.py | ||
symbols.py | ||
test_duplicate_symbol.sh | ||
tru64cc.py | ||
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