Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: added functions for compound configuration testing | Andrew Tridgell | 1 | -0/+1 | |
This allows us to give a single 'Checking ...' msg for a compound set of tests. | |||||
2010-04-06 | build: work around missing defaults from gnu_dirs.py | Andrew Tridgell | 1 | -12/+3 | |
2010-04-06 | build: auto-detect platforms which don't support shared libs | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | build: only add -fPIC if it is supported | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -3/+3 | |
distros can set --bundled-libraries=NONE to force use of all system libraries. If the right version isn't found then configure will fail. Users may choose which libraries to use from the system, and which to use bundled libs. The default is to try system libs, and use them if their version matches the one in the source tree. | |||||
2010-04-06 | build: better control over bundled library extensions | Andrew Tridgell | 1 | -7/+15 | |
2010-04-06 | build: added support for controlling library types | Andrew Tridgell | 1 | -1/+18 | |
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 | 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 | -0/+2 | |
2010-04-06 | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 1 | -0/+151 | |
this stops lib/replace becoming a mess |