From owner-cvs-src@FreeBSD.ORG Mon Jan 3 11:27:55 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D734116A4CE; Mon, 3 Jan 2005 11:27:55 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B42E43D3F; Mon, 3 Jan 2005 11:27:55 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id j03BOHbV045015; Mon, 3 Jan 2005 06:24:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)j03BOHZF045012; Mon, 3 Jan 2005 11:24:17 GMT (envelope-from robert@fledge.watson.org) Date: Mon, 3 Jan 2005 11:24:17 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "M. Warner Losh" In-Reply-To: <20050102.231241.78024640.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: njl@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/aic7xxx/aicasm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 11:27:56 -0000 On Sun, 2 Jan 2005, M. Warner Losh wrote: > In message: <200501030536.j035atQo072140@repoman.freebsd.org> > Nate Lawson writes: > : NO_MAN is now NOMAN. > > Please back this out. You are going backwards. You need to use > buildkernel or install a new world or setenv NO_MAN. However, some change of this sort would be very useful -- the NO_MAN issue is the only one of two issues preventing 6.x kernels from building on an un-customized 5.x world. The other issue is changes in config(8), but that's a lot more easily worked around as it doesn't require changes to the global makefiles to fix. As someone who runs their build and remote management boxes on RELENG_5, but remote test boxes on HEAD, I'd find it very useful if we could find some solution to this. The one I've had in mind is teaching the 5.x .mk files to also know about NO_MAN -- that way at least newer RELENG_5 could build 6.x components without a full buildworld. Robert N M Watson