Build make.conf when the world is not selected to build, but the

kernel is.

PR:		151696
Submitted by:	lev@
This commit is contained in:
imp 2010-11-10 00:56:44 +00:00
parent a1d9094a61
commit f9cb90fe52

View File

@ -917,6 +917,9 @@ else
fi
if $do_kernel ; then
if ! $do_world ; then
make_conf_build
fi
build_kernel
else
pprint 2 "Skipping buildkernel (as instructed)"