From owner-freebsd-questions@FreeBSD.ORG Thu Feb 8 23:38:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5D1C16A402 for ; Thu, 8 Feb 2007 23:38:34 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 311CC13C442 for ; Thu, 8 Feb 2007 23:38:33 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so921857nfc for ; Thu, 08 Feb 2007 15:38:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CnN6hUghDPH7BJerr2Di/dGzjHBJYyKk6hd794CIdTfMb+hNxqEtwa3Tf0kdnHqt3Y+TycYmq8Hew7FpMMpHDPgaDCpvurX2PDDya8MGHP0wuB9QoBX/PQ7mqEDGgqknYvm45PNaAsxxp4p0G+7HK5NkD3nUsgFVadSEtlIXtCs= Received: by 10.82.114.3 with SMTP id m3mr1442092buc.1170977912798; Thu, 08 Feb 2007 15:38:32 -0800 (PST) Received: by 10.82.163.16 with HTTP; Thu, 8 Feb 2007 15:38:32 -0800 (PST) Message-ID: <8cb6106e0702081538r6717ccadwe13d7f0c5b0ed5f5@mail.gmail.com> Date: Thu, 8 Feb 2007 15:38:32 -0800 From: "Josh Carroll" To: "Bill Moran" In-Reply-To: <20070208180505.ba9b98b5.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <197003711018545@lycos-europe.com> <8cb6106e0702081456r6bba1523rf00e3bd90d86989@mail.gmail.com> <20070208180505.ba9b98b5.wmoran@collaborativefusion.com> Cc: freebsd-questions@freebsd.org, Daniel Tourde Subject: Re: Intel Core Duo. SMP kernel but still only 50% load while using make on ports... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 23:38:34 -0000 > You know, it'd be cool if there were a knob in the ports framework that > allowed port maintainers to specify this, something like PARALLEL_MAKE=yes > in the Makefile ... > > Or is that a dumb idea for some reason I don't understand? I personally don't think it's a dumb idea at all. The problem is the sheer volume of ports out there. I don't see why the hooks couldn't be put in place, though, and let the port maintainers add to it slowly. Josh