Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-07 | build: fixed pc file variable substitution | Andrew Tridgell | 1 | -1/+7 | |
We should not substitute for the first use of each variable declaration in the pkgconfig file | |||||
2010-05-04 | build: allow use of target names as commands in waf | Andrew Tridgell | 1 | -0/+1 | |
This allows for the following types of commands: waf smbd/samba waf smbd/server.c waf ../lib/util/util_file.c waf ../lib/util/util_file_*.o this will be used as part of an updated minimal_includes.pl script | |||||
2010-04-29 | build: added enabled=True/False option to SAMBA_BINARY() | Andrew Tridgell | 1 | -1/+6 | |
2010-04-26 | build: cope with realname for install of non-python libs | Andrew Tridgell | 1 | -1/+4 | |
this fixes the install of mit_samba.so | |||||
2010-04-26 | build: a library is only empty if it has no deps | Andrew Tridgell | 1 | -3/+3 | |
2010-04-26 | build: cope with duplicates in source lists | Andrew Tridgell | 1 | -2/+5 | |
2010-04-24 | buildtools/wafsamba: make sure we create bin/default/ before trying to ↵ | Stefan Metzmacher | 1 | -0/+1 | |
create symlinks in it metze | |||||
2010-04-19 | s4-waf: follow the configure directories for the empty install dirs | Andrew Tridgell | 1 | -0/+2 | |
Thanks to Metze for spotting this | |||||
2010-04-19 | s4-waf: install some missing empty directories | Andrew Tridgell | 1 | -0/+7 | |
2010-04-18 | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 1 | -1/+0 | |
This was left over from the automatic conversion of the config.mk files | |||||
2010-04-18 | build: added ABI checking to the WAF build | Andrew Tridgell | 1 | -2/+15 | |
See http://wiki.samba.org/index.php/Waf#ABI_Checking for details | |||||
2010-04-15 | build: throw a fatal error for duplicate target declarations | Andrew Tridgell | 1 | -10/+0 | |
We don't want someone to declare two subsystems of the same name but with different source files Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-15 | build: make the 'wrong version of waf' message even clearer | Andrew Tridgell | 1 | -1/+4 | |
suggest ./autogen-waf.sh | |||||
2010-04-15 | build: check that the user is not using an old /usr/bin/waf | Andrew Tridgell | 1 | -1/+11 | |
some systems have /usr/bin/waf installed, and its quite old | |||||
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 1 | -2/+6 | |
metze | |||||
2010-04-12 | wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 1 | -2/+2 | |
this gives appropriate colors on output, and ensures it works with compiler output | |||||
2010-04-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 1 | -1/+1 | |
This should fix a problem that Anatoliy has struck with the PIDL rules. It also brings us much closer to a working build for a true out of tree build (ie. with waf configure -b /tmp/build) | |||||
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -4/+6 | |
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: replace TOUCH_FILE() with normal install rules | Andrew Tridgell | 1 | -1/+1 | |
this allows it to work with 'waf uninstall' | |||||
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -12/+0 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: added 'waf dist' to our standalone libs as well | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: fixed the expansions in pkgconfig files | Andrew Tridgell | 1 | -1/+7 | |
thanks to Jelmer for the hint on this | |||||
2010-04-06 | build: added 'generic' cc support and a simple irix cc support module | Andrew Tridgell | 1 | -0/+2 | |
these will let us get past the 'detect cc' stage and try a build. It also makes for a reasonable template for new ports | |||||
2010-04-06 | build: initial version of a tru64 compiler module | Andrew Tridgell | 1 | -0/+1 | |
this doesn't do shared libs yet, but at least configure passes | |||||
2010-04-06 | pidl-waf: better handling of the man page generation | Andrew Tridgell | 1 | -2/+0 | |
we now avoid leaving build files in the source tree | |||||
2010-04-06 | build: nicer display of command type for prototypes and generators | Andrew Tridgell | 1 | -0/+10 | |
2010-04-06 | s4-waf: updates for the new python installer from jelmer | Andrew Tridgell | 1 | -5/+15 | |
2010-04-06 | build: much simpler and faster rpath install handler | Andrew Tridgell | 1 | -150/+12 | |
This avoids creating additional task generators at build time, and instead moves all the rpath logic into samba_install.py where it is triggered by the install_lib and install_bin features | |||||
2010-04-06 | build: only link install targets at install time | Andrew Tridgell | 1 | -8/+8 | |
2010-04-06 | build: enable nothreads workaround only with WAF_NOTHREADS=1 | Andrew Tridgell | 1 | -1/+4 | |
2010-04-06 | build: fixed the dependencies of the install targets | Andrew Tridgell | 1 | -5/+9 | |
we want the install targets to have identical calculated dependencies to the build targets. | |||||
2010-04-06 | build: enable 'nothreads' when JOBS=1 | Andrew Tridgell | 1 | -0/+1 | |
this makes waf not use pthreads, which should fix the problems on AIX and maybe on HPUX. It looks like process handling with Python on AIX is broken if threads are used. When JOBS=1 we don't need threads anyway. | |||||
2010-04-06 | build: python libs need to be built shared, regardless of --disable-shared | Andrew Tridgell | 1 | -2/+2 | |
we don't have a way to load them otherwise | |||||
2010-04-06 | s4-waf: fixed some of the group ordering | Andrew Tridgell | 1 | -3/+6 | |
We need to try to keep targets in the right groups | |||||
2010-04-06 | build: fixed install target for systems with rpath disabled | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: fixed a configure error with a totally clean tree | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: nicer progress display for a standard build | Andrew Tridgell | 1 | -14/+34 | |
2010-04-06 | build: override PACKAGE_VERSION in pkg-config generation for libraries | Andrew Tridgell | 1 | -6/+8 | |
we should use the vnum | |||||
2010-04-06 | build: reuse SAMBA_LIBRARY() to build python modules | Andrew Tridgell | 1 | -11/+33 | |
This allows the rpath logic to be shared, and simplifies the install logic | |||||
2010-04-06 | build: fixed progress display | Andrew Tridgell | 1 | -4/+6 | |
2010-04-06 | build: use 'Compiling foo.c' and 'Linking foo' like old build system | Andrew Tridgell | 1 | -0/+19 | |
When -p is not used, display compilation messages similarly to the old build system, but with a progress indicator | |||||
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -33/+25 | |
use python string conventions for function comments | |||||
2010-04-06 | build: added support for controlling library types | Andrew Tridgell | 1 | -14/+19 | |
added: --bundled-library-extension : control library extension for bundled libraries --builtin-libraries : force a list of libraries to be builtin (non-shared) | |||||
2010-04-06 | build: substitute @VAR@ variables in pkgconfig .pc.in files | Andrew Tridgell | 1 | -5/+37 | |
2010-04-06 | build: fixed the python path in installed python scripts | Andrew Tridgell | 1 | -5/+23 | |
2010-04-06 | build: fixed destination name for pc_files | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: added support for pc_files= for pkgconfig files | Andrew Tridgell | 1 | -0/+13 | |
2010-04-06 | build: a hack to get perl to put its generated blib files in the build directory | Andrew Tridgell | 1 | -1/+10 | |
perl wants to put generated files in the source directory, whereas waf wants them in the build directory. Use a symlink to trick perl into putting them in the right place | |||||
2010-04-06 | build: support wildcard excludes in INSTALL_WILDCARD() | Andrew Tridgell | 1 | -5/+8 | |