summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
Commit message (Expand)AuthorAgeFilesLines
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-051-3/+4
* wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij2010-11-051-2/+2
* Add --disable-rpath-private-install flag.Jelmer Vernooij2010-11-051-2/+5
* samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij2010-11-051-1/+1
* waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell2010-10-301-2/+1
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-301-0/+19
* waf: cope with libraries with a specified version numberAndrew Tridgell2010-10-211-0/+3
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-191-0/+39
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-061-0/+4
* wafsamba: Some reformatting.Jelmer Vernooij2010-10-031-3/+1
* waf: add delimiter argument to TO_LIST.Günther Deschner2010-09-271-2/+2
* waf: fixed make test with TESTS="test1 test2"Andrew Tridgell2010-09-041-1/+3
* build: allow LOAD_ENVIRONMENT() to pass when no configure has been runAndrew Tridgell2010-06-291-2/+5
* buildtools/wafsamba: fix build group orderingThomas Nagy2010-05-131-2/+5
* build: added a reconfigure targetAndrew Tridgell2010-05-061-0/+10
* build: use the waf patterns for RPATHAndrew Tridgell2010-05-031-4/+2
* build: fixed a python-3 indent errorAndrew Tridgell2010-04-191-1/+1
* build: support make V=1 for verbose buildAndrew Tridgell2010-04-181-1/+10
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-0/+36
* build: throw a fatal error for duplicate target declarationsAndrew Tridgell2010-04-151-4/+4
* build: try to honor MAKEFLAGS from makeAndrew Tridgell2010-04-141-0/+26
* build: allow target upgrades from EMPTY to SYSLIBAndrew Tridgell2010-04-121-1/+1
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-6/+6
* build: make the handling of relative paths a bit sanerAndrew Tridgell2010-04-081-1/+1
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-3/+3
* s4-waf: replace TOUCH_FILE() with normal install rulesAndrew Tridgell2010-04-061-13/+0
* build: fixed LOAD_ENVIRONMENT for out of tree buildsAndrew Tridgell2010-04-061-1/+2
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-0/+32
* build: fixed DESTDIR for TOUCH_FILE()Andrew Tridgell2010-04-061-1/+6
* build: make sure the directory exists in TOUCH_FILE()Andrew Tridgell2010-04-061-0/+1
* s4-waf: create a blank __init__.py in samba/externalAndrew Tridgell2010-04-061-0/+5
* build: a bit more information for tracking --target depsAndrew Tridgell2010-04-061-1/+2
* build: sys.exit is better than raise hereAndrew Tridgell2010-04-061-2/+2
* s4-waf: fixed some of the group orderingAndrew Tridgell2010-04-061-7/+21
* s4-waf: added rules for rebuilding the yapp parser in pidlAndrew Tridgell2010-04-061-0/+9
* build: added pattern option for recursive_dirlistAndrew Tridgell2010-04-061-2/+12
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-73/+22
* build: throw an error on all bad variable substitutionsAndrew Tridgell2010-04-061-12/+18
* build: fixed EXPAND_VARIABLES() for env expansionAndrew Tridgell2010-04-061-1/+2
* build: support variable expansion in source= arguments to build rulesAndrew Tridgell2010-04-061-0/+34
* build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2010-04-061-1/+12
* build: we need to replace md5 in Task as wellAndrew Tridgell2010-04-061-1/+2
* build: need to set h_file on UtilsAndrew Tridgell2010-04-061-2/+3
* build: replace h_file when replacing md5Thomas Nagy2010-04-061-0/+8
* build: cope with systems that don't have md5 in pythonAndrew Tridgell2010-04-061-0/+21
* build: need to mark disabled libraries as DISABLEDAndrew Tridgell2010-04-061-0/+1
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-0/+2
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-061-10/+13
* build: support systems without rpathAndrew Tridgell2010-04-061-3/+6
* build: cope with multiple checks for the same function/libraryAndrew Tridgell2010-04-061-0/+9