]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add make universe targets "kernels" and "worlds".
authorian <ian@FreeBSD.org>
Sun, 31 Jan 2016 17:32:58 +0000 (17:32 +0000)
committerian <ian@FreeBSD.org>
Sun, 31 Jan 2016 17:32:58 +0000 (17:32 +0000)
commit9813c740a6fa121e9da1a79356aa50992f82aaa2
tree6af33792643405acb3db6b6e79181f6ca9c33a30
parentaac959f2803afefc82f457e5b8b61a12c89b1396
Add make universe targets "kernels" and "worlds".

"make kernels" is now shorthand for "make universe -DMAKE_JUST_KERNELS"
"make worlds"  is now shorthand for "make universe -DMAKE_JUST_WORLDS"

The kernels target includes modules (unless you add -DNO_MODULES).

And of course you can still add all the other universe options, such as
"make kernels TARGETS=arm" to build kernels for all arm arches, or
TARGET_ARCH=armv6 to build all armv6 kernels, etc.

Reviewed by: imp
Makefile