From owner-svn-src-head@freebsd.org Fri Oct 16 00:33:13 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A176A169F0 for ; Fri, 16 Oct 2015 00:33:13 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48BD7104 for ; Fri, 16 Oct 2015 00:33:12 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Fri, 16 Oct 2015 00:32:13 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t9G0W4jc002238; Thu, 15 Oct 2015 18:32:04 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1444955524.71631.6.camel@freebsd.org> Subject: Re: svn commit: r289393 - in head: bin/sh/tests cddl etc/periodic gnu gnu/lib gnu/usr.bin/cc gnu/usr.bin/groff gnu/usr.bin/rcs include lib/libiconv_modules secure secure/libexec secure/usr.bin secure/u... From: Ian Lepore To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 15 Oct 2015 18:32:04 -0600 In-Reply-To: <56203BF5.5040408@FreeBSD.org> References: <201510152255.t9FMt8aK075575@repo.freebsd.org> <562038BC.4040606@FreeBSD.org> <56203BF5.5040408@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 16 Oct 2015 00:33:13 -0000 On Thu, 2015-10-15 at 16:51 -0700, Bryan Drewery wrote: > On 10/15/2015 4:37 PM, Bryan Drewery wrote: > > On 10/15/2015 3:55 PM, Bryan Drewery wrote: > > > Author: bdrewery > > > Date: Thu Oct 15 22:55:08 2015 > > > New Revision: 289393 > > > URL: https://svnweb.freebsd.org/changeset/base/289393 > > > > > > Log: > > > Add more SUBDIR_PARALLEL. > > > > > > MFC after: 3 weeks > > > Sponsored by: EMC / Isilon Storage Division > > > > I forgot to test installworld with -j. It appears there is an > > issue > > there. I will look into it later tonight. > > > > OK it is fine. The issue was missing directories in > etc/mtree/BSD.usr.dist. Resolved. > > I should mention too that soon I expect these SUBDIR_PARALLEL to come > out and be replaced with NO_SUBDIR_PARALLEL where needed. > That seems to imply that the default is going to flip to always building parallel unless it's supressed by specific makefiles. -- Ian