summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/nothreads.py
Commit message (Collapse)AuthorAgeFilesLines
* build: enable nothreads workaround only with WAF_NOTHREADS=1Andrew Tridgell2010-04-061-5/+4
|
* build: fixed the task counter when nothreads is usedAndrew Tridgell2010-04-061-0/+1
|
* build: enable 'nothreads' when JOBS=1Andrew Tridgell2010-04-061-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.