summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2008-05-11Fail earlier on if shared libs can't be built.Jelmer Vernooij1-29/+5
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
2008-05-11Fix formatting of install message.Jelmer Vernooij1-1/+1
2008-05-11Remove extra space that caused issues during make install.Jelmer Vernooij1-1/+1
2008-05-11Properly escape quotes.Jelmer Vernooij1-2/+2
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+1
2008-05-10Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij1-2/+6
2008-05-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-22/+15
2008-05-10Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij1-19/+15
2008-05-10Revert "Fix building with system-provided LDB."Jelmer Vernooij1-3/+0
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij3-10/+2
2008-05-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+3
2008-05-10Fix building with system-provided LDB.Jelmer Vernooij1-0/+3
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-3/+2
2008-05-07build: fix path to lex_compile.shStefan Metzmacher1-1/+1
2008-04-25Don't compile files twice when the compilation fails.Andrew Bartlett1-2/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij6-25/+30
2008-04-24Distinguish between private and public dependencies in the dot file.Jelmer Vernooij1-2/+2
2008-04-19build: fix the build rule for .o filesStefan Metzmacher1-1/+3
2008-04-15Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij1-1/+3
2008-04-15Fix ALL_OBJS value.Jelmer Vernooij1-2/+1
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij4-20/+1
2008-04-15Make sure init function sentinels are set for modules.Jelmer Vernooij2-0/+4
2008-04-15Fix the build.Jelmer Vernooij2-2/+6
2008-04-14Fix unresolved symbols.Jelmer Vernooij2-18/+15
2008-04-14Fix order of variables in the makefile.Jelmer Vernooij3-62/+30
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij3-18/+13
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij4-0/+440
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij1-0/+4
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-11/+0
2008-04-13smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach1-0/+4
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-2/+2
2008-04-02Don't write public functions to protoheaders.Jelmer Vernooij1-1/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
2008-03-28Merge v4.0-testJelmer Vernooij1-5/+3
2008-03-10No longer accept VERSION and SO_VERSION in perl code.Jelmer Vernooij1-2/+0
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij2-5/+0
2008-03-09Remove extra line for partial linkage objects, simplify binary handling.Jelmer Vernooij1-3/+2
2008-03-09Fix the build, symlinks.Jelmer Vernooij1-4/+4
2008-03-09Remove unused variables.Jelmer Vernooij1-2/+0
2008-03-09Move more code out of perl build system.Jelmer Vernooij3-11/+12
2008-03-08Remove correct libraries.Jelmer Vernooij1-2/+1
2008-03-08Remove dependency on config.Jelmer Vernooij1-2/+1
2008-03-08Allow parentheses in commands.Jelmer Vernooij1-3/+1
2008-03-08Fix the build.Jelmer Vernooij2-15/+19
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2-4/+1
2008-03-07Use make macro for module installation.Jelmer Vernooij2-7/+12
2008-03-07Use GNU make.Jelmer Vernooij2-8/+18
2008-03-07Remove unused code, simplify alias handling.Jelmer Vernooij1-16/+6
2008-03-04Remove extra empty lines in data.mk.Jelmer Vernooij2-2/+1