Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -1/+1 | |
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: don't need TOUCH_FILE() any more | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: replace TOUCH_FILE() with normal install rules | Andrew Tridgell | 1 | -4/+5 | |
this allows it to work with 'waf uninstall' | |||||
2010-04-06 | build: fixed DESTDIR for TOUCH_FILE() | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | s4-waf: create a blank __init__.py in samba/external | Andrew Tridgell | 1 | -1/+6 | |
needed for the external lib loader | |||||
2010-04-06 | s4-waf: fixed install location of external python libs | Andrew Tridgell | 1 | -1/+1 | |
this merges with jelmers recent changes in master | |||||
2010-04-06 | s4-waf: added new install system for external python libs | Andrew Tridgell | 1 | -0/+21 | |