Craig Sanders <[email protected]> writes:

> On Mon, Jan 07, 2013 at 11:25:47AM +1100, Trent W. Buck wrote:
>> Craig Sanders <[email protected]> writes:
>> > yeah, don't underestimate the usefulness of 'make -j' - multicore
>> 
>> Note: trying this (without specifying a number) in a project like
>> busybox, without ulimits, is a good way to fork-bomb yourself.
>
> yep, 'make -j N' where N ~= the number of cpus/cores you want to use.

In fact, against all common sense I have this in my .profile:

    export MAKEFLAGS=j$(getconf _NPROCESSORS_ONLN || echo 1)

_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to