From owner-cvs-all@FreeBSD.ORG Fri Oct 3 11:53:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B1AF16A4B3; Fri, 3 Oct 2003 11:53:52 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D696943FCB; Fri, 3 Oct 2003 11:53:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h93IroJC083511; Fri, 3 Oct 2003 11:53:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h93Irokf083510; Fri, 3 Oct 2003 11:53:50 -0700 (PDT) (envelope-from obrien) Date: Fri, 3 Oct 2003 11:53:49 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20031003185349.GA83420@dragon.nuxi.com> References: <200310022134.h92LY7Jb071040@repoman.freebsd.org> <20031003152320.GA90990@nebula.wanadoo.fr> <20031003153819.GE10878@saboteur.dek.spc.org> <20031003175601.GA35274@sunbay.com> <20031003140026.5750af9e.trhodes@FreeBSD.org> <20031003180520.GD35274@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031003180520.GD35274@sunbay.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Tom Rhodes cc: Marcel Moolenaar cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 18:53:52 -0000 On Fri, Oct 03, 2003 at 09:05:20PM +0300, Ruslan Ermilov wrote: > UPDATING already has the necessary bits in the COMMON ITEMS > section: > > 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, > make buildkernel KERNCONF=YOUR_KERNEL_HERE > make installkernel KERNCONF=YOUR_KERNEL_HERE > > I should probably fix it to add -DALWAYS_CHECK_MAKE, or make > the latter the default. What's the use in having the build system sane (i.e., not defaulting to ALWAYS_CHECK_MAKE) if you're now going to make it required?? -- -- David (obrien@FreeBSD.org)