From owner-svn-src-all@FreeBSD.ORG Tue Feb 10 16:27:19 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C01106564A for ; Tue, 10 Feb 2009 16:27:19 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from springbank.echomania.com (unknown [IPv6:2001:888:2003:1001:230:48ff:fe51:76b6]) by mx1.freebsd.org (Postfix) with ESMTP id 3332F8FC13 for ; Tue, 10 Feb 2009 16:27:19 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from localhost (localhost [127.0.0.1]) by springbank.echomania.com (Postfix) with ESMTP id 03903A7087; Tue, 10 Feb 2009 17:27:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at springbank.echomania.com Received: from springbank.echomania.com ([127.0.0.1]) by localhost (springbank.echomania.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0w2d7Ljir6se; Tue, 10 Feb 2009 17:27:07 +0100 (CET) Received: from [87.251.56.140] (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by springbank.echomania.com (Postfix) with ESMTPSA id 9510AA707C; Tue, 10 Feb 2009 17:27:07 +0100 (CET) Message-ID: <4991AADE.1080004@andric.com> Date: Tue, 10 Feb 2009 17:27:10 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090207 Shredder/3.0b2pre MIME-Version: 1.0 To: Nick Hibma References: <200902101511.n1AFBQXx096922@svn.freebsd.org> <1234279584.65150.13.camel@bauer.cse.buffalo.edu> <9bbcef730902100753p484d633j29829019064e71bf@mail.gmail.com> <200902101707.03977.nick@van-laarhoven.org> In-Reply-To: <200902101707.03977.nick@van-laarhoven.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-all@freebsd.org Subject: Re: svn commit: r188439 - head/release X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 16:27:19 -0000 On 2009-02-10 17:07, Nick Hibma wrote: > With the advent of multiple cores it is well worth doing at least a > > -j`sysctl -n kern.smp.cpus` Isn't it better to put build "settings" like this into src.conf(5), to be easily changed by the admin of the build machine(s) in question?