summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Collapse)AuthorAgeFilesLines
...
* waf: added --show-deps and --show-duplicatesAndrew Tridgell2010-10-212-1/+74
| | | | | | these options make it easier to examine our depenency tree, by showing any objects linked into more than one library, and by showing the dependency tree for a chosen target
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-192-3/+28
|
* waf: don't save deps on installAndrew Tridgell2010-10-191-1/+2
| | | | | this prevents an install triggering a new check of the project rules on the next build
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-194-11/+58
| | | | this should help with MacOSX .dylib libraries
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-1/+1
|
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-143-0/+98
| | | | | | | | | | this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104
* wafsamba/developer: Forbid shared objects with unresolved symbols, ifJelmer Vernooij2010-10-131-1/+1
| | | | | | | the linker supports such a flag. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 12:52:22 UTC 2010 on sn-devel-104
* wafsamba: Don't allow circular dependencies involving libraries byJelmer Vernooij2010-10-131-7/+17
| | | | default.
* wafsamba: Warn about circular dependencies between libraries.Jelmer Vernooij2010-10-121-1/+1
|
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-5/+2
|
* wafsamba: Support setting pyembed on libraries.Jelmer Vernooij2010-10-111-3/+9
|
* wafsamba: Fix init function when building modules as shared objects.Jelmer Vernooij2010-10-101-0/+3
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-102-12/+12
| | | | | | | | | applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104
* waf: allow for commands like "make bin/smbtorture"Andrew Tridgell2010-10-061-0/+4
| | | | I finally worked out the GNU make syntax for this
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-064-5/+9
| | | | | these have crept into the tree over time. Maybe we should add testing of a range of python versions to autobuild?
* waf: update to waf version 1.5.19Andrew Tridgell2010-10-062-1/+1
| | | | | this includes a number of perforance improvements and bug fixes. Thanks to Thomas for all the recent improvements!
* waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell2010-10-062-22/+32
| | | | | | | | this changes CHECK_BUNDLED_SYSTEM() to honor the checkfunctions and headers options even for libraries found with pkgconfig. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 05:06:42 UTC 2010 on sn-devel-104
* waf: workaround for the 'make install' breakageAndrew Tridgell2010-10-051-4/+4
| | | | | | | | This is a temporary workaround until Jelmer gets a chance to look at this Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 06:57:59 UTC 2010 on sn-devel-104
* waf: Add function for checking for system python modules.Jelmer Vernooij2010-10-041-0/+32
|
* wafsamba: Some reformatting.Jelmer Vernooij2010-10-032-5/+1
|
* heimdal: Move asn1 list to heimdal_build.Jelmer Vernooij2010-10-031-109/+0
|
* heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij2010-10-031-27/+0
|
* heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij2010-10-031-23/+0
|
* wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij2010-10-031-8/+0
|
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-7/+8
|
* waf: add delimiter argument to TO_LIST.Günther Deschner2010-09-271-2/+2
| | | | Guenther
* s3-waf: add some module specific functions for s3 waf build.Günther Deschner2010-09-271-0/+20
| | | | | | Thanks to Kai. Guenther
* Merge branch 'v4-0-stable' into newmasterJelmer Vernooij2010-09-202-3/+3
|\
| * wafsamba: Fix docstring for DIST_BLACKLIST.Jelmer Vernooij2010-09-201-1/+1
| |
| * wafsamba: Fix parsing of IS_GIT_VERSION.Jelmer Vernooij2010-09-201-2/+2
| |
* | waf: add a '+' to the git hash if the working tree isn't cleanStefan Metzmacher2010-09-191-0/+9
| | | | | | | | metze
* | waf: fix typos in GIT_COMMIT_* stringsStefan Metzmacher2010-09-191-3/+3
|/ | | | metze
* wafsamba: Eliminate sys.path updating if installing to a standard pythonJelmer Vernooij2010-09-081-1/+7
| | | | path.
* waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell2010-09-071-1/+1
| | | | | on PPC64 Linux systems a 'S' line from nm means "small object uninitialised data"
* wafsamba: Create bin/defaukt/modules if it does not yet exist.Jelmer Vernooij2010-09-051-0/+1
|
* waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij2010-09-051-1/+1
| | | | don't exist yet.
* waf: Support aliases in SAMBA_MODULE.Jelmer Vernooij2010-09-041-27/+29
|
* waf: Make shared modules available in the build dir.Jelmer Vernooij2010-09-042-2/+10
|
* waf: fixed make test with TESTS="test1 test2"Andrew Tridgell2010-09-041-1/+3
| | | | | when multiple tests are specified, make escapes the space in MAKEFLAGS with a backslash, so we need to use shlex.split()
* Disable gccdeps if -MD is not supportedThomas Nagy2010-08-301-3/+23
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-waf: re-use SAMBA_LIBRARY() in building shared modulesAndrew Tridgell2010-08-221-35/+15
| | | | | | | make SAMBA_MODULE() call SAMBA_LIBRARY() to do the heavy lifting. This fixes the problem with modules being a bit too slim :-) Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* wafsamba: fix CHECK_XSLTPROC_MANPAGES().Jelmer Vernooij2010-08-221-12/+5
|
* Revert "waf: enable gccdeps in developer mode"Stefan Metzmacher2010-08-171-3/+2
| | | | | | | | | | | | | This reverts commit 61930f50cbace4741500d8b53fc11a4ef3e0d4f8. This breaks the build with older gcc versions gcc --version gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] (This is SLES 11) Please only enable it if thet compiler supports it. metze
* waf: enable gccdeps in developer modeAndrew Tridgell2010-08-141-2/+3
| | | | there are some bugs in the waf builtin preproc this that avoids
* waf: make the error msg when gen_ndr directory is missing clearerAndrew Tridgell2010-07-191-0/+7
| | | | | the next time someone removes gen_ndr/README the fix should be more obvious.
* s4:buildtools: add 'make show_waf_options'Stefan Metzmacher2010-07-101-0/+3
| | | | metze
* s4:buildtools: make it possible to use advanced test options via the make ↵Stefan Metzmacher2010-07-101-3/+3
| | | | | | | | | waf wrapper You can to do thinks like this now: make test TEST_OPTIONS="--valgrind-server" TESTS=wbinfo metze
* build: only use git when found by configureAndrew Tridgell2010-06-292-15/+18
| | | | | | this rebuilds version.h whenever the git version changes, so we always get the right version with samba -V. That adds about 15s to the build time on each git commit, which shouldn't be too onerous
* build: allow LOAD_ENVIRONMENT() to pass when no configure has been runAndrew Tridgell2010-06-291-2/+5
| | | | this returns an empty environment
* build: allow always=True/False on SAMBA_GENERATOR()Andrew Tridgell2010-06-291-1/+5
| | | | | | | this allows us to force a rule to always run. Will be used by samba_version Signed-off-by: Andrew Bartlett <abartlet@samba.org>