From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 23:24:05 2003 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 4271716A4CE for ; Thu, 4 Dec 2003 23:24:05 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2122743F85 for ; Thu, 4 Dec 2003 23:24:04 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB57O2Cl000865; Fri, 5 Dec 2003 00:24:03 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 05 Dec 2003 00:23:34 -0700 (MST) Message-Id: <20031205.002334.09616307.imp@bsdimp.com> To: rihad@mail.ru From: "M. Warner Losh" In-Reply-To: <3FCF60CB.3090103@mail.ru> References: <3FCF60CB.3090103@mail.ru> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: NOCLEAN 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: Fri, 05 Dec 2003 07:24:05 -0000 In message: <3FCF60CB.3090103@mail.ru> rihad writes: : Are there any known issues about setting NOCLEAN from make.conf? I'm : tracking 5.2-BETA and waiting 2 hours every single time on the make : world/kernel dance isn't even funny. Isn't the make infrastructure : mature enough to figure out all the dependencies? Unsafe. There are times that files move sometimes that makes it impossible to do this. There are also times when new libraries happen, or other things that need a clean build. Warner