summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2011-02-18waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell1-2/+72
2011-02-18waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell1-0/+2
2011-02-18build: fixed passing of includes= for modulesAndrew Tridgell1-0/+1
2011-02-18build: added subdir option for module buildingAndrew Tridgell1-0/+3
2011-02-18build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2-2/+10
2011-02-18build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell1-1/+3
2011-02-18waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell1-7/+8
2011-02-18waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell1-0/+9
2011-02-18waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell1-2/+1
2011-02-16waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett1-1/+1
2011-02-15Fix private libdir and codepages pathsSimo Sorce1-1/+1
2011-02-11waf: substitute '/' in -D static defines as well.Günther Deschner1-2/+4
2011-02-08waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner3-0/+113
2011-02-07s4-build: fixed uses of os.path.relpath()Andrew Tridgell1-2/+2
2011-02-07build: removed unused build scriptsAndrew Tridgell3-113/+0
2011-02-07build: fixed error message for incorrect waf versionAndrew Tridgell1-3/+2
2011-02-07waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell1-1/+1
2011-02-02waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett1-7/+23
2011-01-25s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij1-1/+1
2011-01-24s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij1-1/+5
2011-01-24Show text output messages when interfacing with bzr.Jelmer Vernooij1-1/+6
2011-01-19wafsamba: quote CPP and CC values when calling pidlStefan Metzmacher1-4/+4
2011-01-19waf: change private libraries to use the same soname as public librariesAndrew Tridgell1-7/+5
2011-01-14waf: this script does need bashAndrew Tridgell1-2/+1
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2-3/+3
2011-01-14waf: new version of wafAndrew Tridgell1-0/+0
2011-01-11abi: force TERM=none in abi generationAndrew Tridgell1-1/+2
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher7-7/+7
2010-12-24wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij1-2/+1
2010-12-22wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij1-1/+1
2010-12-18wafsamba: Use abi_match in version script files.Jelmer Vernooij2-7/+19
2010-12-17wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2-1/+2
2010-12-17wafsamba: Don't build vscript for modules.Jelmer Vernooij1-3/+2
2010-12-17wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij3-2/+16
2010-12-17Simplify link installation.Jelmer Vernooij1-8/+3
2010-12-17heimdal_build: Simplify library handling.Jelmer Vernooij1-1/+1
2010-12-15waf: fixed re-running of build rulesAndrew Tridgell2-4/+5
2010-12-15build: hpux didn't support -BdynamicMatthieu Patou1-1/+1
2010-12-14wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou1-1/+1
2010-12-12build: move the import near the place where need it, so that we can build on ...Matthieu Patou1-1/+2
2010-12-11build: add more CFLAGS for aixMatthieu Patou1-1/+3
2010-12-11build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou1-0/+3
2010-12-10build: cpp is prefixed by CPP=Matthieu Patou1-1/+1
2010-12-10build: add a function to test if -lc is neededMatthieu Patou1-0/+45
2010-12-10build: compiler on aix is xlc_r not xlr_cMatthieu Patou1-1/+1
2010-12-10build: reset cpp on host with xlr_c and let pidl use $CC -EMatthieu Patou1-0/+4
2010-12-10build: detect if conf.env['CPP'] is an array or notMatthieu Patou1-1/+6
2010-12-10waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell1-0/+4
2010-12-10build: use CPP and CC values when calling pidlMatthieu Patou2-1/+19
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-0/+9