summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: libreplace now depends on nsl and socketAndrew Tridgell2010-04-061-1/+1
| | | | these become empty targets if not needed
* build: inet_n*() are normally in libcAndrew Tridgell2010-04-061-1/+1
|
* build: lib needs to take a list when more than 1Andrew Tridgell2010-04-061-1/+1
|
* build: ensure all libs in CHECK_FUNCS_IN() get a target typeAndrew Tridgell2010-04-061-6/+12
|
* build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell2010-04-062-11/+12
|
* build: cope with multiple checks for the same function/libraryAndrew Tridgell2010-04-062-1/+11
|
* build: don't look for gettext twiceAndrew Tridgell2010-04-062-3/+1
|
* build: these cause problems incrementally tooAndrew Tridgell2010-04-061-2/+2
|
* build: more non-incremental headersAndrew Tridgell2010-04-061-5/+6
|
* build: don't add curses.h to incremental confdefs.hAndrew Tridgell2010-04-061-2/+2
|
* build: check libc first for several librariesAndrew Tridgell2010-04-065-9/+9
|
* build: fixed REPLACE_GETPASSAndrew Tridgell2010-04-061-2/+2
|
* build: Check for various headers S3 needs.Kai Blin2010-04-061-0/+8
|
* build: rename s4 compare_config_h.sh helper and add a s3 version of itKai Blin2010-04-062-0/+12
|
* build: also need to put stripped CC in conf.envAndrew Tridgell2010-04-061-1/+2
|
* build: gccdeps fixes from itaAndrew Tridgell2010-04-061-3/+23
|
* build: added WORDS_BIGENDIAN testAndrew Tridgell2010-04-061-0/+5
|
* build: don't assume bash in configure.wafAndrew Tridgell2010-04-061-1/+1
|
* build: spelling fix, and syntax highlighting fixAndrew Tridgell2010-04-061-2/+2
|
* build: conditionally enable inotifyAndrew Tridgell2010-04-062-8/+10
|
* build: check for pam headersAndrew Tridgell2010-04-062-0/+6
|
* build: tool to find missing install componentsAndrew Tridgell2010-04-061-0/+8
|
* build: added --enable-gccdeps optionAndrew Tridgell2010-04-061-3/+9
| | | | off by default, for maximum portability
* build: install samba in sbinAndrew Tridgell2010-04-061-1/+2
|
* build: don't install the heimdal compilersAndrew Tridgell2010-04-061-4/+9
|
* build: don't install talloc_testsuite and ldbtestAndrew Tridgell2010-04-062-3/+6
|
* build: fixed includes paths for CHECK_CODE()Andrew Tridgell2010-04-061-2/+5
|
* build: use SUBST_VARS_RECURSIVE() for install_pathAndrew Tridgell2010-04-061-2/+5
|
* build: added SUBST_VARS_RECURSIVE()Andrew Tridgell2010-04-061-3/+12
|
* build: updated waf-svn (lower preproc recursion limit)Andrew Tridgell2010-04-061-0/+0
|
* build: rename samba_includes.py to samba_optimisation.pyAndrew Tridgell2010-04-062-2/+8
|
* build: more optimisations from ThomasAndrew Tridgell2010-04-061-4/+54
|
* build: Add a ctags command to build a ctags-style tags fileKai Blin2010-04-061-0/+8
|
* build: Enable more warnings when using the --pedantic configuration optionKai Blin2010-04-061-0/+6
|
* build: install codepage filesAndrew Tridgell2010-04-062-0/+2
|
* build: don't default to WAFCACHE in configureAndrew Tridgell2010-04-061-2/+5
|
* build: fixed git version in samba -VAndrew Tridgell2010-04-061-1/+2
|
* build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell2010-04-062-6/+21
|
* build: trim whitespace from CC optionsAndrew Tridgell2010-04-061-0/+5
|
* build: make bin/sambadeps depend on samba_deps.py modtimeAndrew Tridgell2010-04-061-1/+13
|
* build: python modules need the libs from broken lib loops tooAndrew Tridgell2010-04-061-1/+1
|
* build: fixed st_done test completion codeAndrew Tridgell2010-04-062-6/+4
|
* build: default to 1 job in make, to be build farm friendlyAndrew Tridgell2010-04-061-1/+6
|
* build: fixed config.h generation when we have source -> source4 symlinkAndrew Tridgell2010-04-061-2/+4
|
* build: ensure that the 'build' command appears in waf --helpAndrew Tridgell2010-04-061-0/+5
|
* build: fixed the install name for python modulesAndrew Tridgell2010-04-061-4/+4
|
* build: split build and install libraries/binariesAndrew Tridgell2010-04-063-40/+162
| | | | | we need to split these to avoid re-compilation on install as install has different rpath settings
* build: cleanup the ASN1 rules a bitAndrew Tridgell2010-04-061-18/+2
|
* build: new waf version (fixed python install bug)Andrew Tridgell2010-04-061-0/+0
|
* build: disable WAFCACHE by defaultAndrew Tridgell2010-04-061-2/+8
| | | | | It doesn't have a size limiting mechanism yet, so don't use it by default ot it could cause havoc in the build farm