From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 15:17:10 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22262106564A; Tue, 10 Feb 2009 15:17:10 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-bw0-f163.google.com (mail-bw0-f163.google.com [209.85.218.163]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2308FC08; Tue, 10 Feb 2009 15:17:08 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by bwz7 with SMTP id 7so3134291bwz.19 for ; Tue, 10 Feb 2009 07:17:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=pq94ArDy/C+Pohp6WjPN43Es3JaaRcnY6yAR5p0jtks=; b=g+xoZOw66bszLlbOsIcu+Wb/TJDOQoCfMxjT5sO5FixM5AGvcaN7M+GLi3kING8LtT B/1lAD4b2G7uhETMQxD0ghJRLoI9GLGxz7LLh1r4XKOU9kY40DoemgSucG61mvcDqHgy H+7xfgScvGo0mQwT7QnLVgWtZaDpHam1Tu8uA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=dZ1qF4dPDr/s1w9+a/yGvCTh2lxT/aebpU+PPLOaI8dGM8jQxJ1w32xNEJfUmcxdVO F4OvvS7J4DGzQgyj+FQZGWFvGrUECNG+RptF5Ni8fV0yGmHiNGkr2c0wja81rh1SAbqa /cbBrbb6mX2aMXeP/MPlo40xCI+h0YW+goDvw= MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.180.235.10 with SMTP id i10mr204823bkh.58.1234279028102; Tue, 10 Feb 2009 07:17:08 -0800 (PST) In-Reply-To: <200902101511.n1AFBQXx096922@svn.freebsd.org> References: <200902101511.n1AFBQXx096922@svn.freebsd.org> Date: Tue, 10 Feb 2009 16:17:08 +0100 X-Google-Sender-Auth: 1a195cb03cbf6fd1 Message-ID: <9bbcef730902100717x1cd1118bg1d2683a42a25232@mail.gmail.com> From: Ivan Voras To: Ken Smith Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188439 - head/release X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 15:17:10 -0000 2009/2/10 Ken Smith : > Author: kensmith > Date: Tue Feb 10 15:11:26 2009 > New Revision: 188439 > URL: http://svn.freebsd.org/changeset/base/188439 > > Log: > Turn off the parallel make options accidentally turned on by the previous > commit. Sigh. > -WORLD_FLAGS=-j4 > -KERNEL_FLAGS=-j4 > +#WORLD_FLAGS=-j4 > +#KERNEL_FLAGS=-j4 And here I was happy that it finally happened (e.g. became practically official that It Works) :( What's keeping it still in the realm of "not recommended"? I haven't had problems building with -jX in the past years, even with high values of X (>=8). Also, what about kernel modules? AFAIK they are always built serialized?