From 1cf0ef11e3bd605fd14c2ec4533ec54d63324cd6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 9 Sep 2005 15:59:17 +0000 Subject: [PATCH] Be a little more obvious about the steps to build a kernel. --- UPDATING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index 50c8d10792b6..cad57cb45e70 100644 --- a/UPDATING +++ b/UPDATING @@ -237,8 +237,10 @@ COMMON ITEMS: To build a kernel ----------------- If you are updating from a prior version of FreeBSD (even one just - a few days old), you should follow this procedure. With a - /usr/obj tree with a fresh buildworld, + a few days old), you should follow this procedure. It is the most + failsafe as it uses a /usr/obj tree with a fresh mini-buildworld, + + make kernel-toolchain make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE