Date: Mon, 12 May 2014 13:33:12 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265915 - head/sys/modules Message-ID: <201405121333.s4CDXC06039803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Mon May 12 13:33:12 2014 New Revision: 265915 URL: http://svnweb.freebsd.org/changeset/base/265915 Log: Build modules in parallel. This has been tested by several people at various -j levels from 6 to 48 without problems. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Mon May 12 13:08:37 2014 (r265914) +++ head/sys/modules/Makefile Mon May 12 13:33:12 2014 (r265915) @@ -2,6 +2,8 @@ .include <src.opts.mk> +SUBDIR_PARALLEL= + # Modules that include binary-only blobs of microcode should be selectable by # MK_SOURCELESS_UCODE option (see below).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121333.s4CDXC06039803>