From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-dev+bounces-44661-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PvhlN-0000zJ-Mh for garchives@archives.gentoo.org; Sat, 05 Mar 2011 03:02:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFFC31C048; Sat, 5 Mar 2011 03:02:28 +0000 (UTC) Received: from smtp2.mail.ru (smtp2.mail.ru [94.100.176.130]) by pigeon.gentoo.org (Postfix) with ESMTP id E041D1C019 for <gentoo-dev@lists.gentoo.org>; Sat, 5 Mar 2011 03:01:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To:Message-ID:Subject:To:From:Date; bh=ale8uRz0lfELUrsYVUFMlEV3rAx+2yt8M2nh0YrNcvA=; b=vzQ+wAqHcZMB34Xq3muM92qtFG6T4LeMQ974kQhqZkoNGVByNbFvU/Id0xvdPGgfTQ1CvdNQCE8BOZ84Iu4Mfrb6OPp67Vq88FbZZ4JzZ6TOpVmMl4WGUYJ/uB5XNnsQ; Received: from [85.174.34.31] (port=33439 helo=localhost) by smtp2.mail.ru with asmtp id 1Pvhke-00047X-00 for gentoo-dev@lists.gentoo.org; Sat, 05 Mar 2011 06:01:54 +0300 Date: Sat, 5 Mar 2011 06:01:41 +0300 From: dev-random@mail.ru To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Last rites: www-client/chromium-bin Message-ID: <20110305030141.GA24811@localhost> References: <4D70B27C.2020603@gentoo.org> <4D71767F.1050902@gentoo.org> <20110304234657.GH30413@linuxized.com> <AANLkTimUNEo1VuwMg0tB4YCGuph7MBfmGRo0QEJQWib4@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <AANLkTimUNEo1VuwMg0tB4YCGuph7MBfmGRo0QEJQWib4@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam: Not detected X-Mras: Ok X-Archives-Salt: X-Archives-Hash: cd95193a69eac65c147e9a9ea1b4169e On Fri, Mar 04, 2011 at 09:41:30PM -0500, Rich Freeman wrote: <...> > For kicks I tried to do better with distcc and EC2. That worked great > until it started running a bunch of python scripts in the makefile - > at -j15 or whatever I had it set to. Distcc really needs a solution > for the fact that you can't pick a single optimum value for -j when > gcc is only part of the build. <...> from 'man make': -l [load], --load-average[=load] Specifies that no new jobs (commands) should be started if there are others jobs running and the load average is at least load (a floating-point number). With no argument, removes a previous load limit.