From owner-cvs-all@FreeBSD.ORG Sat Nov 8 14:08:23 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 5EB4116A4CE; Sat, 8 Nov 2003 14:08:23 -0800 (PST) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FA843F93; Sat, 8 Nov 2003 14:08:22 -0800 (PST) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 00B6613790; Sat, 8 Nov 2003 23:08:20 +0100 (CET) Date: Sat, 8 Nov 2003 23:08:27 +0100 (CET) From: Gerald Pfeifer To: parv In-Reply-To: <20031108213011.GA854@moo.holy.cow> Message-ID: References: <200311082108.hA8L80tV007689@repoman.freebsd.org> <20031108213011.GA854@moo.holy.cow> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc33 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 22:08:23 -0000 On Sat, 8 Nov 2003, parv wrote: >> Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increase >> the chance of success on disk starved hosts (e.g. on the FreeBSD cluster). > Woohoo!! > > Oh wait, does that also mean that it will take longer (how much if > so?) to build gcc? No, don't worry! It just means that intermediate directories (or stages, in GCC lingo) are removed once no longer needed. So, in a sense it'll take marginally longer as we have those file removal operations, but practically you shouldn't notice any difference in time. Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/