]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.
authormarkj <markj@FreeBSD.org>
Fri, 24 May 2019 15:45:43 +0000 (15:45 +0000)
committermarkj <markj@FreeBSD.org>
Fri, 24 May 2019 15:45:43 +0000 (15:45 +0000)
commitd44ad5e3e17f84c4c8b7419359fc20be4ab952d5
tree676bf2b16ca4e3783e98a5c8c1f7d647f75cac92
parentf633702317f31194f42b24e39a6fe2f8c784af73
Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.

It doesn't make sense to limit to -j12 anymore, build scalability
is better than it used to be.  Fold the hint into the description
of the universe target.

Reviewed by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D20342
Makefile