]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When building multiple kernels using KERNCONF, non-existent KERNCONF
authorCy Schubert <cy@FreeBSD.org>
Wed, 4 Oct 2017 03:39:54 +0000 (03:39 +0000)
committerCy Schubert <cy@FreeBSD.org>
Wed, 4 Oct 2017 03:39:54 +0000 (03:39 +0000)
commit0c059da3e18ef75ddf39968f2034472406bb0ad5
treed8f16e418683ba17b9e30d57b0bc9d516f9441c9
parent84f54c4fd716c3676486f082850fcf1a57d6e111
When building multiple kernels using KERNCONF, non-existent KERNCONF
files will produce an error and buildkernel will fail. Previously missing
KERNCONF files silently failed giving no indication as to why, only to
subsequently discover during installkernel that the desired kernel was
never built in the first place.

This is a rework of r302865.

This is the correct patch.

Reviewed by: ngie (previous version, r302865)
MFC after: 2 months
Differential Revision: D7167
Makefile.inc1
UPDATING