Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 00:15:02 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r289977 - stable/9/sys/modules/netgraph
Message-ID:  <201510260015.t9Q0F2aX047677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Oct 26 00:15:02 2015
New Revision: 289977
URL: https://svnweb.freebsd.org/changeset/base/289977

Log:
  MFstable/10 r289976:
  
  MFC r288304:
  
  Enable parallel subdirectory building with sys/modules/netgraph

Modified:
  stable/9/sys/modules/netgraph/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/sys/   (props changed)
  stable/9/sys/modules/   (props changed)

Modified: stable/9/sys/modules/netgraph/Makefile
==============================================================================
--- stable/9/sys/modules/netgraph/Makefile	Mon Oct 26 00:13:49 2015	(r289976)
+++ stable/9/sys/modules/netgraph/Makefile	Mon Oct 26 00:15:02 2015	(r289977)
@@ -62,4 +62,6 @@ _bluetooth=	bluetooth
 _mppc=		mppc
 .endif
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510260015.t9Q0F2aX047677>