diff options
author | imp <imp@FreeBSD.org> | 2010-11-10 00:56:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-11-10 00:56:44 +0000 |
commit | f9cb90fe52feaf45f7c2a264675aa002cf4cb01c (patch) | |
tree | 22aa39979af2269ef24bdb0b5d618249198b28ce /tools | |
parent | a1d9094a61024fd17728080d36b13f1b5126d02e (diff) | |
download | FreeBSD-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.sh | 3 |
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)" |