Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | build: for unbundled libraries install devel link too | Andrew Tridgell | 1 | -0/+8 | |
We need a symlink libFOO.so -> libFOO.so.x.y as a development symlink Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | build: added autoconf compatible configure options | Andrew Tridgell | 1 | -0/+27 | |
This adds --build, --host, --program-prefix and --disable-dependency-tracking. All we do with them is check them for sanity and throw an error if (for example) the user tries a cross-compile using these options Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | build: allow cross-builds to use shared libraries | Andrew Tridgell | 1 | -1/+1 | |
2010-04-13 | build: check the type of implied dependencies | Andrew Tridgell | 1 | -1/+12 | |
an implied dependency needs to be a library or module | |||||
2010-04-13 | build: fixed a typo that prevented --bundled-libraries from working correctly | Andrew Tridgell | 1 | -1/+1 | |
Jelmer noticed that --minimum-library-version=talloc:2.0.1 --bundled-libraries=!tevent didn't do the right thing. | |||||
2010-04-13 | build: cope with existing binaries in bin/ left over from the old build | Andrew Tridgell | 1 | -4/+2 | |
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 3 | -0/+53 | |
this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform | |||||
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 2 | -3/+8 | |
metze | |||||
2010-04-12 | wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-04-12 | build: Add an always parameter to CHECK_DECLS | Kai Blin | 1 | -2/+3 | |
2010-04-12 | s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the ↵ | Kai Blin | 1 | -1/+1 | |
current diectory Many thanks to ita for pointing out the fix. | |||||
2010-04-12 | build: allow target upgrades from EMPTY to SYSLIB | Andrew Tridgell | 2 | -2/+2 | |
A library may be initially set as empty if it wasn't needed for a list of functions in CHECK_FUNCS_IN(). A later check may require the library. Pair-Programmed-With: Kai Blin <kai@samba.org> | |||||
2010-04-12 | build: cope with symlinks between build components in waf dist | Andrew Tridgell | 1 | -2/+50 | |
This will allow us to have autogen-waf.sh be a symlink to ../buildtools/scripts/autogen-waf.sh in each library. That will prevent people from updating only the script in source4/, and forgetting to udpate the scripts in the other libs, as happened with commit f3f82496 | |||||
2010-04-12 | build: added --minimum-library-version configure option | Andrew Tridgell | 2 | -0/+23 | |
this allows the packager to override the default choice of system library version | |||||
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 6 | -27/+29 | |
this gives appropriate colors on output, and ensures it works with compiler output | |||||
2010-04-09 | build: nicer error message on missing file in waf dist | Andrew Tridgell | 1 | -2/+6 | |
2010-04-09 | build: no need to re-create the lib and bin symlinks if they exist | Andrew Tridgell | 1 | -0/+6 | |
this saves a few unlink/symlink calls for null builds | |||||
2010-04-09 | build: added --picky-developer and --fatal-errors | Andrew Tridgell | 2 | -1/+13 | |
Added configure options for --fatal-errors and --picky-developer. This removes -Wfatal-errors from the --enable-developer flags. | |||||
2010-04-08 | build: we need this isinstance() check for distcheck | Andrew Tridgell | 1 | -1/+1 | |
Jelmer, this works around a bug in waf distcheck that will be fixed soon. We really need the isinstance() check for now. | |||||
2010-04-08 | build: the exceptions here are not useful | Andrew Tridgell | 1 | -3/+3 | |
they just make the failure hard to spot | |||||
2010-04-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 6 | -18/+16 | |
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 | 5 | -20/+23 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-07 | s4-waf: Fix 'waf dist' app name. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-06 | build: use a target_in_list() function for more flexible builtin control | Andrew Tridgell | 1 | -3/+14 | |
2010-04-06 | build: cope with binaries with subdir prefixes (for s3 waf build) | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: replace TOUCH_FILE() with normal install rules | Andrew Tridgell | 2 | -14/+1 | |
this allows it to work with 'waf uninstall' | |||||
2010-04-06 | build: simpler symlink_bin and symlink_lib methods | Andrew Tridgell | 1 | -22/+20 | |
2010-04-06 | s4-waf: fixed waf distcheck for our standalone libs and s4 | Andrew Tridgell | 1 | -3/+8 | |
2010-04-06 | build: fixed LOAD_ENVIRONMENT for out of tree builds | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 2 | -12/+32 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -13/+10 | |
This should be useful for building tarballs from a clean checkout | |||||
2010-04-06 | build: nicer error msg when git ls-files fails | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | s4-waf: added 'waf dist' to our standalone libs as well | Andrew Tridgell | 2 | -4/+7 | |
2010-04-06 | s4-waf: added 'waf dist' to build the tarball | Andrew Tridgell | 2 | -0/+70 | |
2010-04-06 | build: removed some unused imports found by pyflakes | Andrew Tridgell | 3 | -4/+2 | |
thanks to Jelmer for pointing me at pyflakes | |||||
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: fixed DESTDIR for TOUCH_FILE() | Andrew Tridgell | 1 | -1/+6 | |
2010-04-06 | build: try the generic C compiler on hpux if gcc not found | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: added 'generic' cc support and a simple irix cc support module | Andrew Tridgell | 4 | -1/+150 | |
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 | 2 | -0/+78 | |
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: don't depend on the blib/ files in SAMBA_PIDL() | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: loop until all object reductions are complete | Andrew Tridgell | 1 | -2/+14 | |
we will issue a warning if any object duplication remains | |||||
2010-04-06 | build: make sure the directory exists in TOUCH_FILE() | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: nicer display of command type for prototypes and generators | Andrew Tridgell | 2 | -0/+12 | |
2010-04-06 | s4-waf: create a blank __init__.py in samba/external | Andrew Tridgell | 1 | -0/+5 | |
needed for the external lib loader | |||||
2010-04-06 | build: a bit more information for tracking --target deps | Andrew Tridgell | 1 | -1/+2 | |
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 | 3 | -198/+172 | |
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 | 3 | -25/+31 | |