From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 05:02:46 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BAE16A4CE for ; Wed, 20 Apr 2005 05:02:46 +0000 (GMT) Received: from lexi.siliconlandmark.com (lexi.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737A243D31 for ; Wed, 20 Apr 2005 05:02:46 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from lexi.siliconlandmark.com (localhost [127.0.0.1]) j3K52g4C081772; Wed, 20 Apr 2005 01:02:42 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)j3K52gxv081769; Wed, 20 Apr 2005 01:02:42 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: lexi.siliconlandmark.com: andy owned process doing -bs Date: Wed, 20 Apr 2005 01:02:42 -0400 (EDT) From: Andre Guibert de Bruet To: Steve Ames In-Reply-To: <20050419165227.GA86651@energistic.com> Message-ID: <20050420005744.Y64858@lexi.siliconlandmark.com> References: <200504191530.j3JFUvWD030545@energistic.com> <42652533.8060106@centtech.com><20050419160623.GA2922@energistic.com> <20050419165227.GA86651@energistic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Information: Please contact the ISP for more information X-SL-MailScanner: Found to be clean X-SL-SpamCheck: not spam, SpamAssassin (score=-2.533, required 6, autolearn=not spam, AWL 0.07, BAYES_00 -2.60) X-MailScanner-From: andy@siliconlandmark.com cc: freebsd-current@freebsd.org Subject: Re: kernel.old not used any longer? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 05:02:46 -0000 On Tue, 19 Apr 2005, Steve Ames wrote: > Hrm. Almost the same as you. On mine that first comparison is actually > "!= //boot/kernel". Likely because I have "DESTDIR?=/" in /etc/make.conf. > > Hrm. Suddenly all makes sense. I defined DESTDIR so that 'make world' > would continue to work normally (instead of doing buildworld/installworld) > and that probably happened around August '04. > > So I guess if I get rid of DESTDIR and start doing buildworld/installworld > then I get kernel.old functionality again... however this tastes like a > bug to me. Perhaps that comparison should be: > > "!= ${DESTIR}/boot/kernel" ?? This is not a bug. You are looking for the functionality that is offered by HISTORICAL_MAKE_WORLD. Regards, Andy | Andre Guibert de Bruet | Enterprise Software Consultant > | Silicon Landmark, LLC. | http://siliconlandmark.com/ >