summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/nothreads.py
AgeCommit message (Collapse)AuthorFilesLines
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-2/+4
* Trailing whitespace * use of "==" where "is" should be used * double spaces
2012-03-15wafsamba: Remove shebang lines from non-executable files.Jelmer Vernooij1-1/+0
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij1-181/+181
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.