Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-waf: automatically remove stale C and header files | Andrew Tridgell | 2010-10-14 | 1 | -0/+1 |
| | | | | | | | | | | 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 | ||||
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-waf: remove NDR-SRVSVC alias. | Günther Deschner | 2010-09-27 | 1 | -1/+0 |
| | | | | | | Thanks tridge, this was driving me nuts... Guenther | ||||
* | s4-smbtorture: remove unneeded dcerpc_mgmt alias. | Günther Deschner | 2010-09-27 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | lib-subunit: fixed build on systems without subunit devel library | Andrew Tridgell | 2010-09-23 | 1 | -0/+1 |
| | | | | Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4 nss_switch: fix build problem on computer without the iniparser | Matthieu Patou | 2010-07-17 | 1 | -1/+1 |
| | | | | | Although the build was ok on my workstation it appears that on build server it was not because the include path was not correct. | ||||
* | s4-waf: add the missing bits for builing nss_winbind and pam_winbind | Matthieu Patou | 2010-07-17 | 1 | -0/+1 |
| | | | | This is something that was not picked up during the migration to waf | ||||
* | Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build | Wilco Baan Hofman | 2010-06-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4-waf: create the smbd.tmp/messaging directory | Andrew Tridgell | 2010-04-21 | 1 | -1/+1 |
| | | | | | | | this prevents a warning when we run net vampire from the install dir when samba has never been run previously Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-waf: follow the configure directories for the empty install dirs | Andrew Tridgell | 2010-04-19 | 1 | -1/+1 |
| | | | | Thanks to Metze for spotting this | ||||
* | s4-waf: install some missing empty directories | Andrew Tridgell | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | s4-python: Use standard infrastructure for finding included testtools, ↵ | Jelmer Vernooij | 2010-04-07 | 1 | -1/+0 |
| | | | | subunit and iso8601. | ||||
* | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 2010-04-06 | 1 | -77/+77 |
| | | | | This works with both standalone lib builds and bundled builds | ||||
* | s4-waf: updates for the new python installer from jelmer | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | s4-waf: look in libintl for dgettext() | Andrew Tridgell | 2010-04-06 | 1 | -1/+0 |
| | |||||
* | s4-waf: cleaned up tevent dependency | Andrew Tridgell | 2010-04-06 | 1 | -1/+0 |
| | |||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: install pidl | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | s4-waf: started adding auto-install of include files | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: cope with systems with zlib versions that are too old | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 2010-04-06 | 1 | -4/+0 |
| | |||||
* | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 2010-04-06 | 1 | -1/+0 |
| | | | | this stops lib/replace becoming a mess | ||||
* | build: commented the missing subsystems | Andrew Tridgell | 2010-04-06 | 1 | -12/+14 |
| | |||||
* | build: install codepage files | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: alias the libiconv target name for subsystems that depend on 'ICONV' | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: optionally enable builtin popt | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed some more missing targets | Andrew Tridgell | 2010-04-06 | 1 | -5/+9 |
| | |||||
* | build: waf quicktest nearly works | Andrew Tridgell | 2010-04-06 | 1 | -12/+8 |
| | | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | ||||
* | build: nearly there on samba4 build | Andrew Tridgell | 2010-04-06 | 1 | -40/+6 |
| | |||||
* | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | | | | also fixed ASN1 target names | ||||
* | build: added generation of version.h | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | build: fixes from ita | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: another missing subsystem ..... | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | build: added build groups | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: heimdal_build waf support | Andrew Tridgell | 2010-04-06 | 1 | -5/+76 |
| | | | | heimdal now mostly builds | ||||
* | build: run the lib/replace rules first | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: add heimdal_build | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: on the fly dependency checking | Andrew Tridgell | 2010-04-06 | 1 | -3/+0 |
| | |||||
* | build: check for circular build dependencies | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 2010-04-06 | 1 | -62/+62 |
| | |||||
* | build: added top level script | Andrew Tridgell | 2010-04-06 | 1 | -0/+64 |