svn commit: r215070 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Wed Nov 10 00:56:44 UTC 2010


Author: imp
Date: Wed Nov 10 00:56:44 2010
New Revision: 215070
URL: http://svn.freebsd.org/changeset/base/215070

Log:
  Build make.conf when the world is not selected to build, but the
  kernel is.
  
  PR:		151696
  Submitted by:	lev@

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Wed Nov 10 00:39:42 2010	(r215069)
+++ head/tools/tools/nanobsd/nanobsd.sh	Wed Nov 10 00:56:44 2010	(r215070)
@@ -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)"


More information about the svn-src-head mailing list