From owner-svn-src-head@freebsd.org Sat Mar 5 01:18:08 2016 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 C0730A0933F; Sat, 5 Mar 2016 01:18:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B2308750; Sat, 5 Mar 2016 01:18:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id A8FD21EF9; Sat, 5 Mar 2016 01:18:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 61F7B1617C; Sat, 5 Mar 2016 01:18:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id c5hRr34id-Sj; Sat, 5 Mar 2016 01:18:06 +0000 (UTC) From: Bryan Drewery DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D2C0F16176 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r296395 - head/lib Message-Id: Date: Fri, 4 Mar 2016 17:18:04 -0800 References: <201603042236.u24Mag6c052665@repo.freebsd.org> In-Reply-To: <201603042236.u24Mag6c052665@repo.freebsd.org> To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" X-Mailer: iPhone Mail (12H143) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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: Sat, 05 Mar 2016 01:18:08 -0000 > On Mar 4, 2016, at 14:36, Bryan Drewery wrote: >=20 > Author: bdrewery > Date: Fri Mar 4 22:36:42 2016 > New Revision: 296395 > URL: https://svnweb.freebsd.org/changeset/base/296395 >=20 > Log: > Parallel installation has been safe here since r267511 added SUBDIR_DEPEN= D. >=20 > Sponsored by: EMC / Isilon Storage Division >=20 > Modified: > head/lib/Makefile >=20 > Modified: head/lib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/lib/Makefile Fri Mar 4 22:03:38 2016 (r296394) > +++ head/lib/Makefile Fri Mar 4 22:36:42 2016 (r296395) > @@ -308,8 +308,4 @@ _libusbhid=3D libusbhid > _libusb=3D libusb > .endif >=20 > -.if !make(install) > -SUBDIR_PARALLEL=3D > -.endif > - > .include >=20 This is obviously wrong. Got a little excited on the removal. I will test th= e correct version and get it in soon.=