]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix make kernels to match original commit message
authorimp <imp@FreeBSD.org>
Tue, 31 Mar 2020 22:41:48 +0000 (22:41 +0000)
committerimp <imp@FreeBSD.org>
Tue, 31 Mar 2020 22:41:48 +0000 (22:41 +0000)
commita2cb6a51122088b7d5db1178569aeb586a040bd1
treec3256b9bd508c80c1ea32a756d0702ebe8921580
parentde6cc5696030daaabbb48d4af381e70e906acc9b
Fix make kernels to match original commit message

make kernels was originally documented (in commit r295099) as the same as make
universe -DJUST_BUILD_KERNELS. However, it used the UNIVERSE_TARGET=buildkernel
which is subtly different in that it also builds the toolchains and doesn't
build the LINT modules unless they happened to already exist in the tree. This
unbreaks POLA and just builds the kernels, including LINT, now rather than all
that other stuff as well. When the commit originally happened, the two just
differed by the LINT bug. r335711 introduced the universe dependency on the
toolchain that wasn't present before, which diverged the two further. This
restores the original intent of r295099.

Reviewed by: brooks, bdrewery, emaste (LGTM)
MFC After: 3 days
Differential Revision: https://reviews.freebsd.org/D24212
Makefile