From 282e0f015b85e6d81677c3f108d6dfabbd7fc537 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 3 Oct 2003 18:29:06 +0000 Subject: [PATCH] Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKE as the new sys/conf/kmod.mk depends on a make(1) bugfix now. Reported by: current --- UPDATING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index 3de2453754f..de4387408ff 100644 --- a/UPDATING +++ b/UPDATING @@ -1199,8 +1199,8 @@ COMMON ITEMS: 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, - make buildkernel KERNCONF=YOUR_KERNEL_HERE - make installkernel KERNCONF=YOUR_KERNEL_HERE + make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE + make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE To just build a kernel when you know that it won't mess you up --------------------------------------------------------------