]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r324248:
authorcy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Dec 2017 20:15:23 +0000 (20:15 +0000)
committercy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Dec 2017 20:15:23 +0000 (20:15 +0000)
commit258280d9d59576489db571dd22bab1d6e2d6af09
tree5496cd7026ab5d91ae14a404fb78326cdbc13e16
parent6aaef6f22d2680dfed97a3797927db99ca594362
MFC r324248:

hen 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)
Differential Revision: https://reviews.freebsd.org/D7167

git-svn-id: svn://svn.freebsd.org/base/stable/10@326833 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
UPDATING