summaryrefslogtreecommitdiff
path: root/lib/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-1/+1
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: don't need TOUCH_FILE() any moreAndrew Tridgell1-1/+0
2010-04-06s4-waf: replace TOUCH_FILE() with normal install rulesAndrew Tridgell1-4/+5
this allows it to work with 'waf uninstall'
2010-04-06build: fixed DESTDIR for TOUCH_FILE()Andrew Tridgell1-1/+2
2010-04-06s4-waf: create a blank __init__.py in samba/externalAndrew Tridgell1-1/+6
needed for the external lib loader
2010-04-06s4-waf: fixed install location of external python libsAndrew Tridgell1-1/+1
this merges with jelmers recent changes in master
2010-04-06s4-waf: added new install system for external python libsAndrew Tridgell1-0/+21