Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: enable nothreads workaround only with WAF_NOTHREADS=1 | Andrew Tridgell | 1 | -5/+4 | |
2010-04-06 | build: fixed the task counter when nothreads is used | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: enable 'nothreads' when JOBS=1 | Andrew Tridgell | 1 | -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. |