summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_install.py
Commit message (Expand)AuthorAgeFilesLines
* buildtools/wafsamba/samba_install.py: typo fixesBjörn Jacke2019-10-311-3/+3
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-3/+0
* wafbuild: create missing private library symlinks on platforms without soname...Björn Jacke2019-03-011-1/+1
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-3/+3
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-2/+3
* build:wafsamba: Ensure that target clones get a different nameThomas Nagy2015-11-241-0/+1
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-161-3/+3
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-3/+3
* buildtools: Always reset the build environmentPetr Viktorin2015-06-101-81/+82
* buildtools: Add --extra-python configure optionPetr Viktorin2015-05-191-1/+7
* wafsamba: If we define a realname and a soname create a symlink.Andreas Schneider2012-10-221-0/+2
* waf: Make sure libraries are installed with the execute flag set.Andreas Schneider2012-02-231-1/+2
* build: fixed development symlinks for libraries in subdirectoriesAndrew Tridgell2011-06-151-2/+2
* build: fixed the ELF name for private librariesAndrew Tridgell2011-03-021-2/+6
* build: put links for libs in the right directoryAndrew Tridgell2011-02-181-1/+1
* waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell2011-02-181-0/+2
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-171-1/+1
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-171-0/+12
* Simplify link installation.Jelmer Vernooij2010-12-171-8/+3
* waf: added configure test for -Wl,--version-scriptAndrew Tridgell2010-12-081-0/+3
* wafsamba: Only use private library rpath when linking against privateJelmer Vernooij2010-11-301-2/+2
* waf: go back to the previous method of handling .inst. rulesAndrew Tridgell2010-11-081-1/+1
* waf: fixed the names of the installed libraries after the last changeAndrew Tridgell2010-11-081-5/+13
* waf: prevent us from modifying non-install libs during make installAndrew Tridgell2010-11-081-2/+6
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-051-1/+5
* Add --with-privatelibdir build option.Jelmer Vernooij2010-11-051-1/+6
* wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher2010-10-271-0/+13
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-211-1/+1
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-191-9/+9
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-061-1/+1
* waf: workaround for the 'make install' breakageAndrew Tridgell2010-10-051-4/+4
* waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij2010-09-051-1/+1
* waf: Make shared modules available in the build dir.Jelmer Vernooij2010-09-041-0/+5
* wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij2010-06-191-3/+1
* s4-waf: Fix installation of .so links for libraries that are not bundled but ...Jelmer Vernooij2010-06-131-1/+1
* build: get the SONAME right for installed librariesAndrew Tridgell2010-05-231-0/+4
* build: mark cloned task generators as not postedAndrew Tridgell2010-05-051-0/+1
* build: use the waf patterns for RPATHAndrew Tridgell2010-05-031-7/+7
* build: cope with realname for install of non-python libsAndrew Tridgell2010-04-261-1/+4
* build: fixed install of binary targets that are in subdirsAndrew Tridgell2010-04-181-1/+1
* build: for unbundled libraries install devel link tooAndrew Tridgell2010-04-131-0/+8
* build: cope with existing binaries in bin/ left over from the old buildAndrew Tridgell2010-04-131-4/+2
* s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the curre...Kai Blin2010-04-121-1/+1
* build: no need to re-create the lib and bin symlinks if they existAndrew Tridgell2010-04-091-0/+6
* build: make the handling of relative paths a bit sanerAndrew Tridgell2010-04-081-7/+3
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-1/+3
* build: cope with binaries with subdir prefixes (for s3 waf build)Andrew Tridgell2010-04-061-1/+1
* build: simpler symlink_bin and symlink_lib methodsAndrew Tridgell2010-04-061-22/+20
* build: much simpler and faster rpath install handlerAndrew Tridgell2010-04-061-0/+158