summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Collapse)AuthorAgeFilesLines
...
* build: a hack to get perl to put its generated blib files in the build directoryAndrew Tridgell2010-04-061-1/+10
| | | | | | perl wants to put generated files in the source directory, whereas waf wants them in the build directory. Use a symlink to trick perl into putting them in the right place
* build: only depend on the actual pidl source files in the pidl ruleAndrew Tridgell2010-04-061-1/+3
| | | | | We don't need to depend on the wscript files, or any backup editor files.
* build: support wildcard excludes in INSTALL_WILDCARD()Andrew Tridgell2010-04-061-5/+8
|
* build: install build python modules correctlyAndrew Tridgell2010-04-061-1/+9
|
* build: support wildcard mappings for header_pathAndrew Tridgell2010-04-061-8/+34
| | | | | this allows a public_headers attribute to put different headers in different install directories
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-0/+42
|
* build: fixed EXPAND_VARIABLES() for env expansionAndrew Tridgell2010-04-061-1/+2
|
* build: these chdir() calls break waf on HPUX. They are not neededAndrew Tridgell2010-04-061-7/+0
|
* build: added quote option to conf.DEFINE()Andrew Tridgell2010-04-061-2/+2
| | | | Pair-Programmed-With: Kai Blin <kai@samba.org>
* s3-waf: fixed tests for charsetsAndrew Tridgell2010-04-061-7/+4
| | | | Pair-Programmed-With: Kai
* build: fixed copy_script typoAndrew Tridgell2010-04-061-1/+1
|
* build: improved exception handling for systems without rpathAndrew Tridgell2010-04-061-8/+3
|
* build: much better rpath test functionAndrew Tridgell2010-04-062-9/+106
| | | | | | | This creates a full shared lib, and a binary that uses it. Then it tests that the binary runs correctly, relying on rpath Thanks to Thomas for the code for this!
* build: a better way of calculating syslib dependenciesAndrew Tridgell2010-04-061-33/+15
|
* build: Import conf decorator in samba_conftests.pyKai Blin2010-04-061-1/+1
|
* build: started a library of common config tests for s3/s4Andrew Tridgell2010-04-063-31/+65
| | | | Pair-Programmed-With: Kai Blin <kai@samba.org>
* build: support variable expansion in source= arguments to build rulesAndrew Tridgell2010-04-063-2/+52
| | | | | | | This makes it much easier to follow the s3 approach to lists of source files in the top level wscript Pair-Programmed-With: Kai Blin <kai@samba.org>
* build: solaris8 doesn't honor the -f flag to ln.Andrew Tridgell2010-04-061-6/+6
| | | | It's in the man page, but it doesn't work!
* build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2010-04-061-1/+12
|
* build: old versions of perl don't understand the -W optionAndrew Tridgell2010-04-061-1/+1
|
* 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
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* build: attempt to fix md5 problem on solaris8Andrew Tridgell2010-04-061-0/+0
|
* build: a few more build rules that should have on_results=TrueAndrew Tridgell2010-04-062-0/+3
|
* build: fixed case of system library depsAndrew Tridgell2010-04-061-1/+5
|
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-065-0/+7
| | | | | | | | This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
* 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: fixed the cflags for pkg_config libsAndrew Tridgell2010-04-061-10/+21
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-063-1/+155
| | | | this stops lib/replace becoming a mess
* build: use gzip for waf packing, to try to make it work on irixAndrew Tridgell2010-04-061-0/+0
|
* build: use shell=True for SAMBA_GENERATORAndrew Tridgell2010-04-061-0/+1
| | | | This allows for shell redirection in rules
* build: added msg argument to CHECK_TYPE()Andrew Tridgell2010-04-061-2/+4
|
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-062-32/+53
| | | | | | | | | When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
* build: test all the developer cflags before adding themAndrew Tridgell2010-04-061-5/+16
|
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-062-15/+20
|
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-19/+58
|
* build: fixed headers for C prototype checkAndrew Tridgell2010-04-061-0/+1
|
* build: rewrote the autoconf-like macros to be more consistentAndrew Tridgell2010-04-061-151/+209
| | | | This also brings them much closer to the behaviour of autoconf
* build: fixed prototype testAndrew Tridgell2010-04-061-1/+1
|
* build: added CHECK_C_PROTOTYPE() configure functionAndrew Tridgell2010-04-061-4/+27
|
* build: python 2.4 doesn't support multiple union arguments for setsAndrew Tridgell2010-04-061-2/+4
|
* build: expand indirect syslibs after loop unrollingAndrew Tridgell2010-04-061-1/+3
| | | | | otherwide python libs in the disable-shared build don't get all the needed syslibs
* build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell2010-04-061-119/+137
| | | | | the subsystem dependency loops get quite complex when shared libs are disabled
* build: don't use double binaries/libs if not neededAndrew Tridgell2010-04-061-8/+23
| | | | | when rpath is disabled on both install and build we don't need the double binaries
* build: mark wafsamba as unbuffered, so stdout and stderr are better in syncAndrew Tridgell2010-04-061-1/+1
|
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-10/+19
| | | | this is a closer emulation of the autoconf behaviour
* build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2010-04-061-1/+2
|
* build: enable real cacheing with waf configure -CAndrew Tridgell2010-04-061-0/+11
|