summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/nothreads.py
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: enable nothreads workaround only with WAF_NOTHREADS=1Andrew Tridgell1-5/+4
2010-04-06build: fixed the task counter when nothreads is usedAndrew Tridgell1-0/+1
2010-04-06build: enable 'nothreads' when JOBS=1Andrew Tridgell1-0/+219
this makes waf not use pthreads, which should fix the problems on AIX and maybe on HPUX. It looks like process handling with Python on AIX is broken if threads are used. When JOBS=1 we don't need threads anyway.