summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij2011-02-281-10/+21
* build: fixed 'make dist' without configuringAndrew Tridgell2011-02-231-1/+5
* build: don't display expected duplicate symbolsAndrew Tridgell2011-02-231-1/+6
* build: duplicate symbols between system libraries aren't interestingAndrew Tridgell2011-02-231-0/+10
* build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2011-02-222-9/+40
* build: enhanced the symbolcheck codeAndrew Tridgell2011-02-221-14/+86
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* build: we don't need the special case for s3build any moreAndrew Tridgell2011-02-221-6/+0
* s4-version: Fix version finding for bzr branches.Jelmer Vernooij2011-02-201-1/+1
* s3-waf: fix popt support.Günther Deschner2011-02-181-0/+3
* build: put links for libs in the right directoryAndrew Tridgell2011-02-181-1/+1
* waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell2011-02-181-1/+7
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-183-4/+13
* waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell2011-02-181-2/+72
* waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell2011-02-181-0/+2
* build: fixed passing of includes= for modulesAndrew Tridgell2011-02-181-0/+1
* build: added subdir option for module buildingAndrew Tridgell2011-02-181-0/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-182-2/+10
* build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell2011-02-181-1/+3
* waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell2011-02-181-7/+8
* waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell2011-02-181-0/+9
* waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell2011-02-181-2/+1
* waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett2011-02-161-1/+1
* Fix private libdir and codepages pathsSimo Sorce2011-02-151-1/+1
* waf: substitute '/' in -D static defines as well.Günther Deschner2011-02-111-2/+4
* waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner2011-02-083-0/+113
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
* build: removed unused build scriptsAndrew Tridgell2011-02-073-113/+0
* build: fixed error message for incorrect waf versionAndrew Tridgell2011-02-071-3/+2
* waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell2011-02-071-1/+1
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-7/+23
* s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij2011-01-251-1/+1
* s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij2011-01-241-1/+5
* Show text output messages when interfacing with bzr.Jelmer Vernooij2011-01-241-1/+6
* wafsamba: quote CPP and CC values when calling pidlStefan Metzmacher2011-01-191-4/+4
* waf: change private libraries to use the same soname as public librariesAndrew Tridgell2011-01-191-7/+5
* waf: this script does need bashAndrew Tridgell2011-01-141-2/+1
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-142-3/+3
* waf: new version of wafAndrew Tridgell2011-01-141-0/+0
* abi: force TERM=none in abi generationAndrew Tridgell2011-01-111-1/+2
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-057-7/+7
* wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij2010-12-241-2/+1
* wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij2010-12-221-1/+1
* wafsamba: Use abi_match in version script files.Jelmer Vernooij2010-12-182-7/+19
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-172-1/+2
* wafsamba: Don't build vscript for modules.Jelmer Vernooij2010-12-171-3/+2
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-173-2/+16
* Simplify link installation.Jelmer Vernooij2010-12-171-8/+3
* heimdal_build: Simplify library handling.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-152-4/+5