svn commit: r188439 - head/release
Ivan Voras
ivoras at freebsd.org
Tue Feb 10 07:17:10 PST 2009
2009/2/10 Ken Smith <kensmith at freebsd.org>:
> Author: kensmith
> Date: Tue Feb 10 15:11:26 2009
> New Revision: 188439
> URL: http://svn.freebsd.org/changeset/base/188439
>
> Log:
> Turn off the parallel make options accidentally turned on by the previous
> commit. Sigh.
> -WORLD_FLAGS=-j4
> -KERNEL_FLAGS=-j4
> +#WORLD_FLAGS=-j4
> +#KERNEL_FLAGS=-j4
And here I was happy that it finally happened (e.g. became practically
official that It Works) :(
What's keeping it still in the realm of "not recommended"? I haven't
had problems building with -jX in the past years, even with high
values of X (>=8).
Also, what about kernel modules? AFAIK they are always built serialized?
More information about the svn-src-all
mailing list