summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_install.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-22wafsamba: If we define a realname and a soname create a symlink.Andreas Schneider1-0/+2
2012-02-23waf: Make sure libraries are installed with the execute flag set.Andreas Schneider1-1/+2
2011-06-15build: fixed development symlinks for libraries in subdirectoriesAndrew Tridgell1-2/+2
2011-03-02build: fixed the ELF name for private librariesAndrew Tridgell1-2/+6
2011-02-18build: put links for libs in the right directoryAndrew Tridgell1-1/+1
2011-02-18waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell1-0/+2
2010-12-17wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij1-1/+1
2010-12-17wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij1-0/+12
2010-12-17Simplify link installation.Jelmer Vernooij1-8/+3
2010-12-08waf: added configure test for -Wl,--version-scriptAndrew Tridgell1-0/+3
2010-11-30wafsamba: Only use private library rpath when linking against privateJelmer Vernooij1-2/+2
2010-11-08waf: go back to the previous method of handling .inst. rulesAndrew Tridgell1-1/+1
2010-11-08waf: fixed the names of the installed libraries after the last changeAndrew Tridgell1-5/+13
2010-11-08waf: prevent us from modifying non-install libs during make installAndrew Tridgell1-2/+6
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij1-1/+5
2010-11-05Add --with-privatelibdir build option.Jelmer Vernooij1-1/+6
2010-10-27wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher1-0/+13
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell1-1/+1
2010-10-19waf: automap shared library names from .so to the right extensionAndrew Tridgell1-9/+9
2010-10-06waf: fixed some python3.x portability issuesAndrew Tridgell1-1/+1
2010-10-05waf: workaround for the 'make install' breakageAndrew Tridgell1-4/+4
2010-09-05waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij1-1/+1
2010-09-04waf: Make shared modules available in the build dir.Jelmer Vernooij1-0/+5
2010-06-19wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij1-3/+1
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