Simplify link installation.
[kamenim/samba.git] / buildtools / wafsamba / samba_install.py
2010-12-17 Jelmer VernooijSimplify link installation.
2010-12-08 Andrew Tridgellwaf: added configure test for -Wl,--version-script
2010-11-30 Jelmer Vernooijwafsamba: Only use private library rpath when linking...
2010-11-08 Andrew Tridgellwaf: go back to the previous method of handling .inst...
2010-11-08 Andrew Tridgellwaf: fixed the names of the installed libraries after...
2010-11-08 Andrew Tridgellwaf: prevent us from modifying non-install libs during...
2010-11-05 Jelmer Vernooijwaf: Put private libraries in a separate directory...
2010-11-05 Jelmer VernooijAdd --with-privatelibdir build option.
2010-10-27 Stefan Metzmacherwafsamba: support 'soname' attribute on SAMBA_LIBRARY()
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-05 Andrew Tridgellwaf: workaround for the 'make install' breakage
2010-09-05 Jelmer Vernooijwaf: Use os.makedirs rather than os.mkdir in case paren...
2010-09-04 Jelmer Vernooijwaf: Make shared modules available in the build dir.
2010-06-19 Jelmer Vernooijwafsamba: Use octal modes directly rather than constants.
2010-06-13 Jelmer Vernooijs4-waf: Fix installation of .so links for libraries...
2010-05-23 Andrew Tridgellbuild: get the SONAME right for installed libraries
2010-05-05 Andrew Tridgellbuild: mark cloned task generators as not posted
2010-05-03 Andrew Tridgellbuild: use the waf patterns for RPATH
2010-04-26 Andrew Tridgellbuild: cope with realname for install of non-python...
2010-04-18 Andrew Tridgellbuild: fixed install of binary targets that are in...
2010-04-13 Andrew Tridgellbuild: for unbundled libraries install devel link too
2010-04-12 Andrew Tridgellbuild: cope with existing binaries in bin/ left over...
2010-04-12 Kai Blins3-waf: Correctly create symlink if SAMBA_BINARY target...
2010-04-09 Andrew Tridgellbuild: no need to re-create the lib and bin symlinks...
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgellbuild: cope with binaries with subdir prefixes (for...
2010-04-06 Andrew Tridgellbuild: simpler symlink_bin and symlink_lib methods
2010-04-06 Andrew Tridgellbuild: much simpler and faster rpath install handler