Re: make -j changed behaviour

Benjamin Redelings I (bredelin@UCSD.Edu)
Thu, 17 Sep 1998 10:54:42 -0700


This is a good thing. To get this behaviour before, you had to do:
MAKE='make -j4' make -j4
which was redundant.

Although, of course, you don't actually do just that. You also need to
use the '-l' flag: for example '-l4'. That will keep make from
spawninga new process if the load is > 4.

-BenRI

-- 
http://sdcc13.ucsd.edu/~bredelin

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/