summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-11-10 00:56:44 +0000
committerimp <imp@FreeBSD.org>2010-11-10 00:56:44 +0000
commitf9cb90fe52feaf45f7c2a264675aa002cf4cb01c (patch)
tree22aa39979af2269ef24bdb0b5d618249198b28ce /tools
parenta1d9094a61024fd17728080d36b13f1b5126d02e (diff)
downloadFreeBSD-src-f9cb90fe52feaf45f7c2a264675aa002cf4cb01c.zip
FreeBSD-src-f9cb90fe52feaf45f7c2a264675aa002cf4cb01c.tar.gz
Build make.conf when the world is not selected to build, but the
kernel is. PR: 151696 Submitted by: lev@
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/nanobsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh
index 4073a2c..a7fbbc7 100644
--- a/tools/tools/nanobsd/nanobsd.sh
+++ b/tools/tools/nanobsd/nanobsd.sh
@@ -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)"
OpenPOWER on IntegriCloud