I'm using make 3.81 on windows doing parallel builds with this hack:

make all -j4 MAKE="make -j4"

It works but I need a way to limit CPU usage or number of simultaneous makes.

I have to use 3.81 because it's part of our SDK but I tried make 4.2.1 on 
Windows and --max-load still doesn't work
_______________________________________________
Make-w32 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to