Date: Fri, 4 Mar 2016 17:18:04 -0800 From: Bryan Drewery <bdrewery@FreeBSD.org> To: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r296395 - head/lib Message-ID: <ADDD1AD6-F807-4A30-9C59-51942455C610@FreeBSD.org> In-Reply-To: <201603042236.u24Mag6c052665@repo.freebsd.org> References: <201603042236.u24Mag6c052665@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mar 4, 2016, at 14:36, Bryan Drewery <bdrewery@FreeBSD.org> 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 <bsd.subdir.mk> >=20 This is obviously wrong. Got a little excited on the removal. I will test th= e correct version and get it in soon.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ADDD1AD6-F807-4A30-9C59-51942455C610>