summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* Fail earlier on if shared libs can't be built.Jelmer Vernooij2008-05-111-29/+5
* Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij2008-05-111-0/+2
* Fix formatting of install message.Jelmer Vernooij2008-05-111-1/+1
* Remove extra space that caused issues during make install.Jelmer Vernooij2008-05-111-1/+1
* Properly escape quotes.Jelmer Vernooij2008-05-111-2/+2
* Fix LDB module initialization when using external ldb.Jelmer Vernooij2008-05-111-1/+1
* Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij2008-05-101-2/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-102-22/+15
|\
| * Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij2008-05-101-19/+15
| * Revert "Fix building with system-provided LDB."Jelmer Vernooij2008-05-101-3/+0
* | Clean up some git merges gone wrong.Jelmer Vernooij2008-05-103-10/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-101-0/+3
|\|
| * Fix building with system-provided LDB.Jelmer Vernooij2008-05-101-0/+3
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-3/+2
|\|
| * build: fix path to lex_compile.shStefan Metzmacher2008-05-071-1/+1
| * Don't compile files twice when the compilation fails.Andrew Bartlett2008-04-251-2/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-256-25/+30
|\|
| * build: fix the build rule for .o filesStefan Metzmacher2008-04-191-1/+3
| * Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij2008-04-151-1/+3
| * Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-154-20/+1
| * Make sure init function sentinels are set for modules.Jelmer Vernooij2008-04-152-0/+4
| * Fix the build.Jelmer Vernooij2008-04-152-2/+6
| * Fix unresolved symbols.Jelmer Vernooij2008-04-142-18/+15
| * Fix order of variables in the makefile.Jelmer Vernooij2008-04-143-62/+30
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-143-18/+13
| * Move standard make compilation rules to build/make.Jelmer Vernooij2008-04-144-0/+440
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-0/+4
| |\
| | * smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach2008-04-131-0/+4
| * | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-11/+0
| |/
* | Distinguish between private and public dependencies in the dot file.Jelmer Vernooij2008-04-241-2/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-082-2/+2
|\|
| * Don't write public functions to protoheaders.Jelmer Vernooij2008-04-021-1/+1
| * Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
* | Merge v4.0-testJelmer Vernooij2008-03-281-5/+3
|\|
| * build: fix the build with --enable-automatic-dependencies=yesStefan Metzmacher2008-03-041-1/+1
* | No longer accept VERSION and SO_VERSION in perl code.Jelmer Vernooij2008-03-101-2/+0
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-092-5/+0
* | Remove extra line for partial linkage objects, simplify binary handling.Jelmer Vernooij2008-03-091-3/+2
* | Fix the build, symlinks.Jelmer Vernooij2008-03-091-4/+4
* | Remove unused variables.Jelmer Vernooij2008-03-091-2/+0
* | Move more code out of perl build system.Jelmer Vernooij2008-03-093-11/+12
* | Remove correct libraries.Jelmer Vernooij2008-03-081-2/+1
* | Remove dependency on config.Jelmer Vernooij2008-03-081-2/+1
* | Allow parentheses in commands.Jelmer Vernooij2008-03-081-3/+1
* | Fix the build.Jelmer Vernooij2008-03-082-15/+19
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-082-4/+1
* | Use make macro for module installation.Jelmer Vernooij2008-03-072-7/+12
* | Use GNU make.Jelmer Vernooij2008-03-072-8/+18
* | Remove unused code, simplify alias handling.Jelmer Vernooij2008-03-071-16/+6