Hey, dude- On Dec 12, 2012, at 9:30, Marc Espie <es...@nerim.net> wrote:
> Anyways, there are TWO distinct points: > - problems with make -j. > - cmake not writing correct makefiles for parallel building without gmake. The second one is the problem here. CMake doesn't do anything special for parallel builds, it just leans on gmake's environment variable fu for parallel job control. > (besides that, it might be a good idea to have a generator > that caters a bit more to our make, specifically, include subfile is now > part of posix. I think that's the right way to fix this problem. Best, Kent