summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: added SUBST_VARS_RECURSIVE()Andrew Tridgell2010-04-061-3/+12
* build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell2010-04-061-0/+18
* build: split build and install libraries/binariesAndrew Tridgell2010-04-061-14/+9
* build: try faster includes processingAndrew Tridgell2010-04-061-1/+0
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-12/+38
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-32/+27
* build: assert on missing dependencyAndrew Tridgell2010-04-061-1/+13
* build: added ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+28
* build: added SUBST_ENV_VAR()Andrew Tridgell2010-04-061-0/+5
* build: smarter list splittingAndrew Tridgell2010-04-061-2/+9
* build: a useful example of a debug technique in wafAndrew Tridgell2010-04-061-0/+8
* build: result of hack session with itaAndrew Tridgell2010-04-061-4/+4