summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_install.py
AgeCommit message (Expand)AuthorFilesLines
2010-06-13s4-waf: Fix installation of .so links for libraries that are not bundled but ...Jelmer Vernooij1-1/+1
2010-05-23build: get the SONAME right for installed librariesAndrew Tridgell1-0/+4
2010-05-05build: mark cloned task generators as not postedAndrew Tridgell1-0/+1
2010-05-03build: use the waf patterns for RPATHAndrew Tridgell1-7/+7
2010-04-26build: cope with realname for install of non-python libsAndrew Tridgell1-1/+4
2010-04-18build: fixed install of binary targets that are in subdirsAndrew Tridgell1-1/+1
2010-04-13build: for unbundled libraries install devel link tooAndrew Tridgell1-0/+8
2010-04-13build: cope with existing binaries in bin/ left over from the old buildAndrew Tridgell1-4/+2
2010-04-12s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the curre...Kai Blin1-1/+1
2010-04-09build: no need to re-create the lib and bin symlinks if they existAndrew Tridgell1-0/+6
2010-04-08build: make the handling of relative paths a bit sanerAndrew Tridgell1-7/+3
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-1/+3
2010-04-06build: cope with binaries with subdir prefixes (for s3 waf build)Andrew Tridgell1-1/+1
2010-04-06build: simpler symlink_bin and symlink_lib methodsAndrew Tridgell1-22/+20
2010-04-06build: much simpler and faster rpath install handlerAndrew Tridgell1-0/+158