1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

496 Commits

Author SHA1 Message Date
Jelmer Vernooij
08d7ec8d0a r14563: Include both private and proto names in makefile rule
(This used to be commit 2236ad9096b0ebf19baffb9410bc6347b31c98e9)
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
c2c7971119 r14562: Use VPATH to solve strange heimdal dependencies
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
c84cfc0ecc r14554: Write out header dependencies. This means all C files affected will be
rebuilt when a header file is changed. It also means parallel builds work now.

It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.

This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
(This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
e801e013c8 r14552: Remove old dependency code
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f)
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
f200d553fb r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid
cflags.pl when using GNU make
(This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
9d5352b4ad r14543: Fix some build dependency problems caused by the use of $(builddir)
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54)
2007-10-10 13:58:42 -05:00
Jelmer Vernooij
92bb590970 r14529: Include $(builddir) where necesary
(This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
2007-10-10 13:57:39 -05:00
Jelmer Vernooij
dcc730e7fb r14528: Fix installation of manpages
(This used to be commit b96aa4ce2a9918bcbe5d0c498fd7a964253817b5)
2007-10-10 13:57:37 -05:00
Jelmer Vernooij
02c4b98998 r14518: Support STANDARD_VISIBILITY property on binaries
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
2007-10-10 13:57:36 -05:00
Jelmer Vernooij
5790d73119 r14517: Put Modulesdir: line in .pc files, so 3rd parties know where to install
their modules.
(This used to be commit 2cb96e08f3c69f21ed14b12d79f441628a790ce6)
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
48e22c1547 r14516: dynconfig fixes
(This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
5b0051e032 r14511: Install more headers
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
0188dce887 r14501: Re-add nicely working hack to allow running from the builddir
(including modules, codepages and ejs!) without installing.
(This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051)
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
36b56d64b2 r14499: Remove dynconfig hack for now - it caused a recompile of the
asn1 compiler every time a .mk file changed, thus causing the
recompilation of the files generated from ASN1.
(This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
5c79bbadd5 r14497: Fix build with shared libraries
(This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
b785a7c40c r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
2007-10-10 13:57:32 -05:00
Jelmer Vernooij
ecf0dd6baf r14488: Install more headers.
Generate different #include lines in pidl depending on whether
we're building inside or outside of the Samba tree (useful for
3rd-party projects).
(This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
2007-10-10 13:57:32 -05:00
Jelmer Vernooij
3709d6b8e3 r14483: Allow subsystems with just a public prototype header, no private ones
(This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
86314203e6 r14478: Remove unused proto_objs variable
(This used to be commit acd23e351e92c59c4bbc12c06d0686e355fa82e8)
2007-10-10 13:57:30 -05:00
Jelmer Vernooij
71b4fd9792 r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
2007-10-10 13:57:30 -05:00
Stefan Metzmacher
249f7260da r14472: fix typo
metze
(This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
2007-10-10 13:57:30 -05:00
Jelmer Vernooij
bc8eb1e6e5 r14469: Don't the variable INSTALLDIR for two different things...
(This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
2007-10-10 13:57:29 -05:00
Jelmer Vernooij
7651d097b4 r14383: Fix non-developer build.
(This used to be commit f4de155c94b89e586640d11992953a0d5fc0716d)
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
3f16241a1d r14363: Remove credentials.h from the global includes.
(This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
7a121583b4 r14349: Kill proto.h!
Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.
(This used to be commit 3da79bf909f801386a52e6013db399c384d0401c)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
42e919b3b0 r14347: Add registration function to allow registering smbtorture test(suites)
Fix mechanism for breaking lines when printing test names.
(This used to be commit c1061f5fe478918f996fdeaa382a1f5552135bb9)
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
b67cf4ce26 r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
(This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
e47f76e96d r14332: Built in different paths when running locally (from ./bin/) in developer
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.

This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.
(This used to be commit f12c1ee19349e17dc5d109ccc71b5374796a6e23)
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
e153a8099e r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
- VERSION: should contain the current version. Will be made part of the filename.
 - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.

Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
(This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
d563c448f7 r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.

This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.
(This used to be commit 7fd74cfbb90063c79994fb6691dbe456d9ad9efa)
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
3cad0b87dc r14281: Pull apart LIBDIR and MODULESDIR
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
2007-10-10 13:57:07 -05:00
Stefan Metzmacher
33647bd841 r14240: fix summary output (step 2)
we now need to explicit enable external libraries in
*.m4 files again...

metze
(This used to be commit ca809a7910b16a248fffddc640298bbe4cdedc01)
2007-10-10 13:57:06 -05:00
Stefan Metzmacher
bda6c35f2f r14237: fix the summary output (step 1)
metze
(This used to be commit 612fcb46ac21839b9c98b92d3261506dfafb2a93)
2007-10-10 13:57:05 -05:00
Jelmer Vernooij
b86c1b744b r14154: Add summary line for extended attribute library
(This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882)
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
1a49b255af r14151: Add simple script that writes a summary to show what libraries the user
(might) be missing.
(This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
983d5afead r14139: Fix issue with undefined variables.
(This used to be commit 03c06c6f7fedb0e47483cc6de7732c1e78e60703)
2007-10-10 13:56:54 -05:00
Stefan Metzmacher
686c10afa2 r14117: fix a perl warning
jelmer: is there a better place to catch this?

metze
(This used to be commit 1e6ac4537024e7924333050125c33f792f982bbe)
2007-10-10 13:56:52 -05:00
Jelmer Vernooij
c6519ad9c0 r14109: Modulify the smbcalls subsystem.
(This used to be commit d538eac9dbfdd786b533cb5fbbd35ab2fd7358ba)
2007-10-10 13:56:51 -05:00
Jelmer Vernooij
f710a30dc4 r14097: Remove subsystem names when installing modules (they're already installed
in a subsystem-specific directory)
No longer install smb.h as it only contains (internal) constants.
(This used to be commit b76126628c21755bb8d30e72e3044bd1785a2447)
2007-10-10 13:56:50 -05:00
Jelmer Vernooij
306b12ad49 r14094: Use saner module directory names, fix loading of server service modules.
(This used to be commit b6ffad3860ba2cf9d8f3423d65be91dcfc962ca2)
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
6500444a2d r14072: - only add the 'lib' prefix to libraries not modules
- fix installation of plugins (and make it a bit more verbose
- get rid of the '#define libfoo_module_init init_module'
  and genereated a wrapper function in bin/libfoo_module_init_module.c
- change the standard visibility for modules to hidden
- a few make clean fixes

metze
(This used to be commit 89b5667ab0f761e679fdee0f5c3d94942e67e28e)
2007-10-10 13:54:02 -05:00
Stefan Metzmacher
2170981c24 r14066: fix whitespaces
metze
(This used to be commit 29a1c0bb69f0d52ead7268de4b024d5a91e135cf)
2007-10-10 13:52:39 -05:00
Stefan Metzmacher
d9c439b884 r13967: change the standard visibility to "default" public again
for modules, libraries and subsystems

metze
(This used to be commit 2d546c32801b12ba82596ccdf1521cba7bfff9f7)
2007-10-10 13:52:33 -05:00
Jelmer Vernooij
ceb6e9717b r13960: Generate makefile rules for installing/removing shared modules.
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
2007-10-10 13:52:32 -05:00
Jelmer Vernooij
2761caf567 r13954: Add --enable-dso flag to ./configure that simplifies the ability to
do shared library-enabled builds.
(This used to be commit 9a1d76c13d44d6a8e4557893f485c5b81c68e01a)
2007-10-10 13:52:31 -05:00
Stefan Metzmacher
40de04329d r13943: the -rpath-link should be only used for binaries,
otherwise application linking to the installed lib would look
at the builddir for searching other libs

metze
(This used to be commit f4996fbacc58618bb04c5587b4c45925cc430997)
2007-10-10 13:52:30 -05:00
Stefan Metzmacher
04af4d0cc3 r13940: use the local vs. install linkerflag trick for shared libs too
metze
(This used to be commit 65bb303ff3815cc11e07061d478e317ffb24d453)
2007-10-10 13:52:29 -05:00
Jelmer Vernooij
1718e2d4df r13939: Fix bin/.dummy issues, add more ignores
(This used to be commit 557533b9173a72d2db2a0fa05ab5500f446306c8)
2007-10-10 13:52:29 -05:00
Jelmer Vernooij
4ac2be9958 r13924: Split more prototypes out of include/proto.h + initial work on header
file dependencies
(This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
2007-10-10 13:52:24 -05:00
Stefan Metzmacher
112bb4d220 r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY
the standard is "hidden" and not "default", I hope this
name makes a bit less confusing

metze
(This used to be commit 3e27534ad6d249c1d69f326dac9cc250868b0534)
2007-10-10 13:52:24 -05:00