Re: [CMake] Parallel jobs failed for cmake

2015-12-13 Thread Igor Sobinov
$ RELEASE_DIR; make release -j10 Why make doesn't support jobs for subdirs? >Пятница, 11 декабря 2015, 14:14 -05:00 от Bill Hoffman ><bill.hoff...@kitware.com>: > >On 12/11/2015 7:24 AM, Igor Sobinov wrote: >> Hello Bill, >> >> yes, make release is a custom co

Re: [CMake] Parallel jobs failed for cmake

2015-12-11 Thread Igor Sobinov
in  release_target are auto generated by cmake, there are no any user's code. Unfortunately I can't send you  CMakeLists.txt( >Четверг, 10 декабря 2015, 15:48 -05:00 от Bill Hoffman ><bill.hoff...@kitware.com>: > >On 12/10/2015 12:19 AM, Igor Sobinov wrote: >> igor 5460 0.0 0.0 101152

[CMake] Parallel jobs failed for cmake

2015-12-09 Thread Igor Sobinov
Hello, I compiled cmake based project with -jN option, but failed: I got the following error: make[4]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule. How to make cmake to compile with multiple targets? Bye, Igor -- Powered by www.kitware.com Please keep messages

Re: [CMake] Parallel jobs failed for cmake

2015-12-09 Thread Igor Sobinov
Hello All, Here is the small description of the issue: OS: RHEL 6.6 cmake ver. 2.8.12.2 gmake ver. 3.81 I launch the build and got the following error: make build_release -j5 make[1]: Entering directory `/home/igor/build_root/release_target' make[1]: warning: jobserver unavailable: using -j1.