summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-302-5/+0
|/ | | | (This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-0/+19
| | | | | | | | This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+0
| | | | (This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
* Depend on debug names of shared libs for linking.Jelmer Vernooij2008-05-281-1/+1
| | | | (This used to be commit 2e3296f181acd8010cb1465097b91ae8cbf38b5f)
* Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-271-1/+4
| | | | (This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129)
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-2/+0
| | | | (This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
* Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij2008-05-271-0/+1
| | | | (This used to be commit 86ce8bf88acf3f9f9966ccf063bbf46d134ea4ba)
* More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer ↵Jelmer Vernooij2008-05-231-1/+1
| | | | | | and me. (This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5)
* Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
| | | | (This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-14/+5
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-2/+0
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-213-11/+0
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Use gnu make syntax for SWIG implicit rule since it allows multiple output ↵Jelmer Vernooij2008-05-211-2/+2
| | | | | | files. (This used to be commit ce440887316d3ae379551c136f6b640c573fd702)
* Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit a95f2bf86a75729717542b401aa39bedd21be8d0)
* Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2008-05-212-2/+2
| | | | (This used to be commit bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f)
* build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher2008-05-191-0/+1
| | | | | metze (This used to be commit cc07bd86e270c8016acd0f685d699e4a3e63cfb1)
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-182-3/+6
| | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
* Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-183-17/+0
| | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
* Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-182-6/+5
|\ | | | | | | | | | | | | Conflicts: source/build/smb_build/makefile.pm (This used to be commit 57b57b1ff9a2ddf087fc6cceaf6c9afb4f8f0135)
| * Typo, formatting fixes.Jelmer Vernooij2008-05-182-3/+5
| | | | | | | | (This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
| * Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij2008-05-182-96/+100
| |\ | | | | | | | | | (This used to be commit 84c9fbe8466e013e501eecf9b2e7981c1df8232c)
| * | Simplify argument handling.Jelmer Vernooij2008-05-182-6/+3
| | | | | | | | | | | | (This used to be commit f305c443db8e48efa80eeda8f83073b475dc3fee)
* | | Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-182-3/+4
| |/ |/| | | | | (This used to be commit 4876c4efbbafb4e0afa3554cd9f748ab591a2927)
* | Move templates to a separate file.Jelmer Vernooij2008-05-182-96/+100
| | | | | | | | (This used to be commit d9770b651f61a0b70d6afa4610fadc7f199e1d98)
* | Fix --output argument.Jelmer Vernooij2008-05-181-1/+1
|/ | | | (This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7)
* Allow specifying different input file to smb_build.Jelmer Vernooij2008-05-182-3/+13
| | | | (This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9)
* Move writing of data.mk file to m4 macro.Jelmer Vernooij2008-05-182-1/+34
| | | | (This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
* Move writing autoconf vars into files into m4 macros.Jelmer Vernooij2008-05-181-0/+40
| | | | (This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b)
* lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-161-93/+0
| | | | | metze (This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
* build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-0/+2
| | | | | metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
* Fail earlier on if shared libs can't be built.Jelmer Vernooij2008-05-111-29/+5
| | | | (This used to be commit 2e8766145ad2e8c666ecdc6c39e97ba302b16e04)
* Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij2008-05-111-0/+2
| | | | (This used to be commit 9ba5962addc0ef2e0d01329ab8178b3f51659e75)
* Fix formatting of install message.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be)
* Remove extra space that caused issues during make install.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177)
* Properly escape quotes.Jelmer Vernooij2008-05-111-2/+2
| | | | (This used to be commit 33094329610097113c244ccd02606661a4c9e2e0)
* Fix LDB module initialization when using external ldb.Jelmer Vernooij2008-05-111-1/+1
| | | | (This used to be commit b7b4aff8b52742d69526dc0ef5da2fe3c05e3af8)
* Install standalone python modules (so we can use stock python rather than ↵Jelmer Vernooij2008-05-101-2/+6
| | | | | | smbpython). (This used to be commit bb5c9fc64b6ad275abdd98a19f018953c9d79cbd)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-102-22/+15
|\ | | | | | | (This used to be commit cce1659d3382495d84cd086bd105903211c1c1de)
| * Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij2008-05-101-19/+15
| | | | | | | | (This used to be commit ce9d759497ea49e54e9d96422ad07368e2925872)
| * Revert "Fix building with system-provided LDB."Jelmer Vernooij2008-05-101-3/+0
| | | | | | | | | | This reverts commit fbfbc1f163520b3b9a4a3bf8bdddf26749cc7255. (This used to be commit 9d1d2abed19c3b8378a78d4b81503b427d401ab5)
* | Clean up some git merges gone wrong.Jelmer Vernooij2008-05-103-10/+2
| | | | | | | | (This used to be commit 42eb6b33462228467e65a51bbf624c481802b090)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-101-0/+3
|\| | | | | | | (This used to be commit cca75ae22d225dda2e96907daa3c24a35bb281cd)
| * Fix building with system-provided LDB.Jelmer Vernooij2008-05-101-0/+3
| | | | | | | | (This used to be commit fbfbc1f163520b3b9a4a3bf8bdddf26749cc7255)
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-3/+2
|\| | | | | | | | | | | | | | | | | Conflicts: source/auth/config.mk source/auth/gensec/config.mk source/torture/smbtorture.c (This used to be commit edfd02e59bba86b977bd60848f57a614691fff7a)
| * build: fix path to lex_compile.shStefan Metzmacher2008-05-071-1/+1
| | | | | | | | | | metze (This used to be commit 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f)
| * Don't compile files twice when the compilation fails.Andrew Bartlett2008-04-251-2/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit 53ea233649d12d77233611e272cf5f470177571c)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-256-25/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
| * build: fix the build rule for .o filesStefan Metzmacher2008-04-191-1/+3
| | | | | | | | | | metze (This used to be commit c7f34f41c3f9f0c3f75a618dfaf566706014a6b4)
| * Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij2008-04-151-1/+3
| | | | | | | | (This used to be commit 434b61623ecfd846f043ee92c833e92cf905e7b4)
| * Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1
| | | | | | | | (This used to be commit 8710087728cc44761ae85f66c541ab1650e1b952)