Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-18 | s3build: added NMBDSOCKETDIR to dynconfig | Andrew Tridgell | 1 | -1/+3 | |
this is needed for the s3 top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | s4-build: added LOCALEDIR config option | Andrew Tridgell | 1 | -1/+2 | |
s3 needs dyn_LOCALEDIR | |||||
2011-02-15 | Fix private libdir and codepages paths | Simo Sorce | 1 | -1/+1 | |
The private libraries need to be arch specific as well. With --enable-fhs the codepages should go in /usr/share/samba and not in /usr/lib{64}/samba as they are data files not libraries. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Feb 15 04:22:37 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s4-build: fixed uses of os.path.relpath() | Andrew Tridgell | 1 | -2/+2 | |
these should be os_path_relpath() to support older python versions. This should fix the build on FreeBSD 7.2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 7 05:49:58 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat | Andrew Tridgell | 1 | -0/+1 | |
this matches samba3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-waf Add PYTHONDIR and PYTHONARCHDIR to the 'different on install' list | Andrew Bartlett | 1 | -0/+2 | |
This allows the C code to rely on PYTHONDIR and PYTHONARCHDIR to always be correct, and so not to cause problems when forcing these into sys.path. Andrew Bartlett | |||||
2011-02-07 | s4-build: fixed install of version.h from source4 build | Andrew Tridgell | 1 | -2/+1 | |
2011-02-07 | build: fixed make install for top level build | Andrew Tridgell | 1 | -1/+2 | |
2011-02-07 | s4-dynconfig: fixed dyn_SETUPDIR to point to the right directory | Andrew Tridgell | 1 | -2/+2 | |
this make dyn_SETUPDIR correct for both source4/ build and a top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-14 | waf: use PYTHONARCHDIR for installing python shared libs | Andrew Tridgell | 1 | -1/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104 | |||||
2010-11-24 | s4-dynconfig: override more paths when running from the build directory | Andrew Tridgell | 1 | -6/+11 | |
this ensures consistency between binaries and scripts when testing as a developer | |||||
2010-10-13 | s4: don't rebuild all of heimdal when dynconfig options change | Andrew Tridgell | 1 | -1/+3 | |
only 2 files in heimdal depend on dynconfig variables | |||||
2010-10-13 | s4-dynconfig: use the build modules when running from build directory | Andrew Tridgell | 1 | -3/+7 | |
we need to use the newly built modules when running from the build directory to ensure we don't run tests against a stale install Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | s4-heimdal_build fix up build after heimdal import | Andrew Bartlett | 1 | -2/+5 | |
Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou <mat@matws.net> Andrew Bartlett | |||||
2010-05-14 | s3compat: use right variable for STATEDIR | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-14 | s4-dynconfig: make dynconfig more compatible with s3 | Andrew Tridgell | 1 | -0/+5 | |
2010-05-14 | Revert "s4: remove unused references to swat" | Andrew Bartlett | 1 | -0/+2 | |
This reverts most of commit 1765732f82719a4bc925f21ef4999bd19a8d1f6c. The s3compat build needs the SWAT location to be compatible with Samba3. | |||||
2010-04-29 | s4: remove unused references to swat | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2010-04-29 | s4:dynconfig: fix fhs variables and list them all explicit | Stefan Metzmacher | 1 | -9/+12 | |
This adds 'samba' subdirs to smb.conf and setup. metze | |||||
2010-04-29 | s4:dynconfig: reorder non fhs variables | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2010-04-20 | s4-dynconfig: added dyn_PYTHONDIR | Andrew Tridgell | 1 | -0/+1 | |
2010-04-15 | s4:dynconfig/wscript: ${LOCALSTATEDIR} already has var/ included | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -2/+2 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: install in /usr/local/samba by default | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: added --enable-fhs configure option | Andrew Tridgell | 1 | -4/+39 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: move the gnu dirs check to the generic wafsamba code | Andrew Tridgell | 1 | -2/+0 | |
2010-04-06 | s4-waf: enable the pc_files in the build rules | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: install the rest of the headers | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -6/+10 | |
2010-04-06 | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 1 | -1/+0 | |
this stops lib/replace becoming a mess | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+82 | |