Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett | ||||
* | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | lib: add UTIL_TEVENT to samba_sockets grouping library | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | waf-build: create a samba_sockets grouping library | Andrew Tridgell | 2010-10-21 | 1 | -0/+7 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 2010-04-08 | 1 | -1/+1 |
| | | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-waf: don't need TOUCH_FILE() any more | Andrew Tridgell | 2010-04-06 | 1 | -1/+0 |
| | |||||
* | s4-waf: replace TOUCH_FILE() with normal install rules | Andrew Tridgell | 2010-04-06 | 1 | -4/+5 |
| | | | | this allows it to work with 'waf uninstall' | ||||
* | build: fixed DESTDIR for TOUCH_FILE() | Andrew Tridgell | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | s4-waf: create a blank __init__.py in samba/external | Andrew Tridgell | 2010-04-06 | 1 | -1/+6 |
| | | | | needed for the external lib loader | ||||
* | s4-waf: fixed install location of external python libs | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | this merges with jelmers recent changes in master | ||||
* | s4-waf: added new install system for external python libs | Andrew Tridgell | 2010-04-06 | 1 | -0/+21 |