Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-01 | build: autogenarate VPATH by configure | Stefan Metzmacher | 1 | -0/+3 | |
metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858) | |||||
2008-08-01 | build: allow flex-2.34 together with bison-2.3 | Stefan Metzmacher | 2 | -3/+14 | |
metze (This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2) | |||||
2008-06-30 | smb_build: use MERGED_OBJ instead of STATIC_LIBRARY | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7) | |||||
2008-06-30 | smb_build: enable implicit make rules | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6) | |||||
2008-06-28 | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 1 | -2/+37 | |
This makes it easier for RPMs to specify an group for access to that directory. Andrew Bartlett (This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e) | |||||
2008-06-27 | Fix a non-empty line with just spaces | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06) | |||||
2008-06-27 | Fix the definition of abspath for gnu make < 3.81 | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8) | |||||
2008-06-26 | Use make magic for installing/uninstalling binaries. | Jelmer Vernooij | 1 | -19/+7 | |
(This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f) | |||||
2008-06-26 | Use make template for installing binaries. | Jelmer Vernooij | 3 | -7/+46 | |
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c) | |||||
2008-06-25 | Use workaround for $(abspath) | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0) | |||||
2008-06-10 | Revert "Add configure test for vdeplug library." | Stefan Metzmacher | 1 | -3/+0 | |
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9. We don't need this yet and currently config.m4 is also used by samba3 which bail out with the check in it, as it doesn't know about the SMB_EXT_LIB() macro metze (This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b) | |||||
2008-06-09 | build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_ | Stefan Metzmacher | 1 | -3/+3 | |
AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703) | |||||
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 2 | -0/+5 | |
This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae) | |||||
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 1 | -2/+2 | |
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9) | |||||
2008-05-30 | Reorder the linking of objects into a binary. | Andrew Bartlett | 1 | -2/+2 | |
The hope here is to get 'main' closer to the front of the binary, which might help linking of PPC with gcov (we were overflowing the 24bit limit on the TOC) Andrew Bartlett (This used to be commit 7646574411b753794f1b8712612a91940407f8d7) | |||||
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 2 | -5/+0 | |
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c) | |||||
2008-05-29 | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 1 | -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) | |||||
2008-05-28 | Fix dependency on swig ldb module. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383) | |||||
2008-05-28 | Depend on debug names of shared libs for linking. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2e3296f181acd8010cb1465097b91ae8cbf38b5f) | |||||
2008-05-27 | Don't throw away cflags if they start with a variable. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129) | |||||
2008-05-27 | Move CFLAGS that are not inherited out of smb_build. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215) | |||||
2008-05-27 | Disable CFLAGS hack when include path starts with variable. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 86ce8bf88acf3f9f9966ccf063bbf46d134ea4ba) | |||||
2008-05-23 | More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer ↵ | Jelmer Vernooij | 1 | -1/+1 | |
and me. (This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5) | |||||
2008-05-23 | Properly fix symlink for module aliases. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6) | |||||
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 2 | -14/+5 | |
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6) | |||||
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the ↵ | Jelmer Vernooij | 3 | -11/+0 | |
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3) | |||||
2008-05-21 | Use gnu make syntax for SWIG implicit rule since it allows multiple output ↵ | Jelmer Vernooij | 1 | -2/+2 | |
files. (This used to be commit ce440887316d3ae379551c136f6b640c573fd702) | |||||
2008-05-21 | Fix installed symlinks (cp was trying to be smart). | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a95f2bf86a75729717542b401aa39bedd21be8d0) | |||||
2008-05-21 | Allow dots in .mk file section headers, fix docstring. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f) | |||||
2008-05-19 | build: only add enabled subsystems and modules to ALL_OBJS | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit cc07bd86e270c8016acd0f685d699e4a3e63cfb1) | |||||
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 2 | -3/+6 | |
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24) | |||||
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the ↵ | Jelmer Vernooij | 3 | -17/+0 | |
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942) | |||||
2008-05-18 | Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-test | Jelmer Vernooij | 2 | -6/+5 | |
Conflicts: source/build/smb_build/makefile.pm (This used to be commit 57b57b1ff9a2ddf087fc6cceaf6c9afb4f8f0135) | |||||
2008-05-18 | Typo, formatting fixes. | Jelmer Vernooij | 2 | -3/+5 | |
(This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4) | |||||
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 2 | -3/+4 | |
(This used to be commit 4876c4efbbafb4e0afa3554cd9f748ab591a2927) | |||||
2008-05-18 | Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-test | Jelmer Vernooij | 2 | -96/+100 | |
(This used to be commit 84c9fbe8466e013e501eecf9b2e7981c1df8232c) | |||||
2008-05-18 | Move templates to a separate file. | Jelmer Vernooij | 2 | -96/+100 | |
(This used to be commit d9770b651f61a0b70d6afa4610fadc7f199e1d98) | |||||
2008-05-18 | Simplify argument handling. | Jelmer Vernooij | 2 | -6/+3 | |
(This used to be commit f305c443db8e48efa80eeda8f83073b475dc3fee) | |||||
2008-05-18 | Fix --output argument. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7) | |||||
2008-05-18 | Allow specifying different input file to smb_build. | Jelmer Vernooij | 2 | -3/+13 | |
(This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9) | |||||
2008-05-18 | Move writing of data.mk file to m4 macro. | Jelmer Vernooij | 2 | -1/+34 | |
(This used to be commit 7fee112d2b86b423c397118f0333065825ea3518) | |||||
2008-05-18 | Move writing autoconf vars into files into m4 macros. | Jelmer Vernooij | 1 | -0/+40 | |
(This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b) | |||||
2008-05-16 | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL | Stefan Metzmacher | 1 | -93/+0 | |
metze (This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184) | |||||
2008-05-16 | build: readd ALL_OBJS which is needed for automatic_dependencies | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe) | |||||
2008-05-11 | Fail earlier on if shared libs can't be built. | Jelmer Vernooij | 1 | -29/+5 | |
(This used to be commit 2e8766145ad2e8c666ecdc6c39e97ba302b16e04) | |||||
2008-05-11 | Properly support sentinels for binary init functions. This should fix the build. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 9ba5962addc0ef2e0d01329ab8178b3f51659e75) | |||||
2008-05-11 | Fix formatting of install message. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be) | |||||
2008-05-11 | Remove extra space that caused issues during make install. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177) | |||||
2008-05-11 | Properly escape quotes. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 33094329610097113c244ccd02606661a4c9e2e0) |