From owner-freebsd-current Thu Nov 21 14: 2:32 2002 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 AB90437B401; Thu, 21 Nov 2002 14:02:31 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFD543E6E; Thu, 21 Nov 2002 14:02:31 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gALM2Lm9006283; Thu, 21 Nov 2002 14:02:21 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gALM2Kj8006282; Thu, 21 Nov 2002 14:02:20 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Thu, 21 Nov 2002 14:02:20 -0800 From: David Schultz To: John Baldwin Cc: Terry Lambert , current@FreeBSD.ORG, "M. Warner Losh" , Ruslan Ermilov Subject: Why isn't NOCLEAN the default? (was: Re: Cross-Development with NetBSD) Message-ID: <20021121220220.GB6062@HAL9000.homeunix.com> Mail-Followup-To: John Baldwin , Terry Lambert , current@FreeBSD.ORG, "M. Warner Losh" , Ruslan Ermilov References: <3DDD2CB8.7E080912@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake John Baldwin : > Make release is a very poor example b/c make release goes to great > efforts to create a clean-room environment for a release. make > rerelease is quite helpful though and does do what you want to > restart a previous release. :) Also, make buildworld -DNOCLEAN > isn't too shabby, though if I could do make TARGET_ARCH=alpha > everything I would prefer that. I have long wondered why NOCLEAN isn't the default. There seem to be a few cases where it doesn't DTRT for kernel builds, but it seems a bit conservative to make incremental world builds require that an undocumented variable be defined. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message