summaryrefslogtreecommitdiff
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* | Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-302-5/+0
|/
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-0/+19
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+0
* Depend on debug names of shared libs for linking.Jelmer Vernooij2008-05-281-1/+1
* Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-271-1/+4
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-2/+0
* Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij2008-05-271-0/+1
* More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij2008-05-231-1/+1
* Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-14/+5
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-2/+0
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-213-11/+0
* Use gnu make syntax for SWIG implicit rule since it allows multiple output fi...Jelmer Vernooij2008-05-211-2/+2
* Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij2008-05-211-1/+1
* Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2008-05-212-2/+2
* build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher2008-05-191-0/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-182-3/+6
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-17/+0
* Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-182-6/+5
|\
| * Typo, formatting fixes.Jelmer Vernooij2008-05-182-3/+5
| * Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij2008-05-182-96/+100
| |\
| * | Simplify argument handling.Jelmer Vernooij2008-05-182-6/+3
* | | Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-182-3/+4
| |/ |/|
* | Move templates to a separate file.Jelmer Vernooij2008-05-182-96/+100
* | Fix --output argument.Jelmer Vernooij2008-05-181-1/+1
|/
* Allow specifying different input file to smb_build.Jelmer Vernooij2008-05-182-3/+13
* Move writing of data.mk file to m4 macro.Jelmer Vernooij2008-05-182-1/+34
* Move writing autoconf vars into files into m4 macros.Jelmer Vernooij2008-05-181-0/+40
* lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-161-93/+0
* build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-0/+2
* 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