svn commit: r296395 - head/lib
Bryan Drewery
bdrewery at FreeBSD.org
Sat Mar 5 01:18:08 UTC 2016
> On Mar 4, 2016, at 14:36, Bryan Drewery <bdrewery at FreeBSD.org> wrote:
>
> Author: bdrewery
> Date: Fri Mar 4 22:36:42 2016
> New Revision: 296395
> URL: https://svnweb.freebsd.org/changeset/base/296395
>
> Log:
> Parallel installation has been safe here since r267511 added SUBDIR_DEPEND.
>
> Sponsored by: EMC / Isilon Storage Division
>
> Modified:
> head/lib/Makefile
>
> Modified: head/lib/Makefile
> ==============================================================================
> --- 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= libusbhid
> _libusb= libusb
> .endif
>
> -.if !make(install)
> -SUBDIR_PARALLEL=
> -.endif
> -
> .include <bsd.subdir.mk>
>
This is obviously wrong. Got a little excited on the removal. I will test the correct version and get it in soon.
More information about the svn-src-all
mailing list