Age | Commit message (Collapse) | Author | Files | Lines |
|
that.
(This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
|
|
metze
(This used to be commit c9586b8ab34e8737cf87a642fbcc811edd0a6590)
|
|
(This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc)
|
|
metze
(This used to be commit ee47f5dc7947cad7eed84f071112e41c4a687275)
|
|
metze
(This used to be commit 1f5a98cd91f73f8f16d941fe8bb375fec704f0dd)
|
|
removed
the error is:
SAMBA_4_0/source> make clean
make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'. Stop.
the problem is:
Makefile: config.status $(MK_FILES)
./config.status
so now we let the MK_FILES variable empty for the *clean targets
if gnu make is detected, we should later test if this construct
is portable to other make implementations and remove the check for gnu make.
metze
(This used to be commit 4c8e539af1e8f14bb449c92db3376dec12344e5b)
|
|
from Timur Bakeyev.
(This used to be commit 7565c4a0dd304312898839df6789f7338cc1ea63)
|
|
(This used to be commit 93e5a568e3da1c8b2e7decb2a675456ad35dc29b)
|
|
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.
Michael
(This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
|
|
versions of splint support immediate structures just fine.
(This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
|
|
in handwritten rules too, hopefully fix the build
of ldb with bsd make.
metze
(This used to be commit 9d6d296105526c55f08d82d289a30b92193d51e3)
|
|
(This used to be commit 635ea8996a3b7f05acdb679d77c81f2bee5db705)
|
|
(This used to be commit 3146f0deadbc49b1a56f667bfcee950880ffe0f9)
|
|
The Web 2.0, async client tools were really interesting, but without
developer backing they remain impossible to support into a release.
The most interesting app was the LDB browser, and I intend to replace
this with phpLdapAdmin, preconfigured for Apache during provision.
This also removes the need to 'compile' SWAT on SVN checkouts.
Andrew Bartlett
(This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
|
|
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
|
|
dependency hell when trimming down s4 platform
(This used to be commit 6c95eabac684c70ac0080b6ab7ca723f5c58869b)
|
|
we need a bit more work to get linking of
shared libraries completely right...
metze
(This used to be commit 31cbb9ff9f347f0f0fb50150527bad6ff06e0ebd)
|
|
skip "unneeded" object files from within .a files.
If the build-farm doesn't like -Wl,--whole-archive, I'll add some more
configure logic fix it tomorrow.
Kai: with this your libnss_winbind.so patch works for me
metze
(This used to be commit d2609580846647b3c0d4e88e106a9763cd7074ef)
|
|
names:-)
calculate the CFLAGS only based on the public dependencies when recursing
metze
(This used to be commit 62f9d0ce1cdc5eb84b76004220fc7d1eb4a72f15)
|
|
metze
(This used to be commit d970f18144112f1f0103f54d030c961a3fce08f7)
|
|
SKIP_DEP_FILES=yes make
metze
(This used to be commit 31fab208f63f0ee3fb1838c9b59421feb5752948)
|
|
metze
(This used to be commit b60a4f2765baabb6399d011e88562543239a8a88)
|
|
metze
(This used to be commit 581f33d9200d980e7e407f21e687a2bda2cec615)
|
|
metze
(This used to be commit a45c7cf238238d821e1d41549983915330bfd43a)
|
|
GNU Make. This lets GNU Make users bild with $srcdir != $builddir.
(This used to be commit bb473bf856c0108646c67792d5750c84743ea46e)
|
|
- use the same if statement as in input.pm
metze
(This used to be commit 8ffcac65be216df8d1701b900a933b99d6d9a77d)
|
|
(This used to be commit c8ffdc15420c9b849b8d8e930f644ac6f83dcc77)
|
|
(This used to be commit 9400f07738eeedb08f38426964ac23b5d4312de9)
|
|
compiling.
(This used to be commit 976343821b99b04725c9fddee42dbcd0261c2d51)
|
|
(This used to be commit 316283170a411bf751d1bf155f119d1ac0e7d27f)
|
|
paths from builddir and srcdir. builddir has precedence.
(This used to be commit af87c22ecf357c3e83b46cf38acec5b94686d3e9)
|
|
it right for the srcdir != builddir case. Emit some comment lines
that can be used to figure out which parts of the Makefile output
is generated from which config files.
(This used to be commit bdb1532d3a0fc73e615f66966c3d633c7e93fbb6)
|
|
This changes the main selftest code to be in perl rather than in shell script.
The selftest script is now no longer a black box but a regular executable that takes
--help.
This adds the following features:
* "make test TESTS=foo" will run only the tests that match the regex "foo"
* ability to deal with expected failures. the suite will not warn about tests
that fail and are known to fail, but will warn about other failing tests and
tests that are succeeding tests but incorrectly marked as failing.
* ability to print a summary with all failures at the end of the run
It also opens up the way to the following features, which I hope to implement later:
* "environments", for example having a complete domains with DCs and domain members
in a testenvironment
* only set up smbd if necessary (not when running LOCAL tests, for example)
* different mktestsetup scripts per target. except for the mktestsetup script, we can
use the same infrastructure for samba 3 or windows.
(This used to be commit 38f867880beb40c691e9713f854426031310629c)
|
|
(This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f)
|
|
library use by external programs is still broken, but this should at least fix shared libs.
(This used to be commit 06659bce1b5dc7529d0984deadd451478c082773)
|
|
(This used to be commit 7f451cbb8da26cfe27861c402e06b3f34f7ac647)
|
|
by using an ifdef rather than a pidl argument.
(This used to be commit 6bada0dcf0c7915d366c7917189375dbabecdd4f)
|
|
metze
(This used to be commit 624bd4e5a8ef1b7902ce8df6e8885cd8224a3037)
|
|
- this fixes a lot of warnings on Tru64
maybe this also fixes the build on Tru64 and HPUX...
metze
(This used to be commit a154fd04c84323d2e9e537e78fd95e29428cfd8a)
|
|
Andrew Bartlett
(This used to be commit 14b485ba9c72a654e5cf9e61f71fd0fb502d603b)
|
|
We're now at the stage where the web application framework should build and
install automatically.
Derrell
(This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
|
|
the link already exist
metze
(This used to be commit 6a089d48ec1424eea876ef9c1c65e74b5ee33781)
|
|
(This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695)
|
|
(This used to be commit 033b4382c09b7a4032388231f6e1f1986a663f9d)
|
|
pidl tests on systems without shared libs.
(This used to be commit fb623be4ff09c2fb0546edc0892ad3a59d58f274)
|
|
(This used to be commit 72f1ffc0ef56753deba716cf9d31d44c95e7cc33)
|
|
running
of the pidl testsuite as part of the testsuite.
(This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2)
|
|
(This used to be commit 0953bb7d5f2f2a81688f5421e1fbfa3bc38aa810)
|
|
(This used to be commit dad9156db9d53c51d7785139576dddcde7e34c56)
|
|
libraries.
(This used to be commit 4422031d1d9307539832cee165c5071ff12943e7)
|