Re: [CMake] parallel make -j N

2012-01-20 Thread Andrea Galeazzi
Title: korg Firma Andre Heider ha scritto: On Tue, Jan 17, 2012 at 10:32 AM, Andrea Galeazzi galea...@korg.it wrote: Yes but I'm using MinGW make (on Windows machine), the interpreter is GNU make on Windows doesn't support the jobserver, so whenever you Makefile starts

Re: [CMake] parallel make -j N

2012-01-17 Thread Andrea Galeazzi
Yes but I'm using MinGW make (on Windows machine), the interpreter is GNU Make 3.82 Built for i386-pc-mingw32 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and

[CMake] parallel make -j N

2012-01-16 Thread Andrea Galeazzi
I generated a MakeFile Project (MinGW) and I'd like to speed up the build process using -j N option. So I launched: make -j 2 all. Unfortunately I noticed that the Makefile, generated by CMake self, contains this row: $(MAKE) -f CMakeFiles\Makefile2 all , so Makefile2 won't be executed in

Re: [CMake] parallel make -j N

2012-01-16 Thread Bill Hoffman
On 1/16/2012 12:10 PM, Andrea Galeazzi wrote: I generated a MakeFile Project (MinGW) and I'd like to speed up the build process using -j N option. So I launched: make -j 2 all. Unfortunately I noticed that the Makefile, generated by CMake self, contains this row: $(MAKE) -f CMakeFiles\Makefile2