Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 05:22:51 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318011 - head/sys/modules/tests
Message-ID:  <201705090522.v495MpXJ057056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue May  9 05:22:51 2017
New Revision: 318011
URL: https://svnweb.freebsd.org/changeset/base/318011

Log:
  Mark this Makefile SUBDIR_PARALLEL
  
  I inserted the necessary SUBDIR+= .WAIT in the previous commit
  
  MFC after:	3 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/modules/tests/Makefile

Modified: head/sys/modules/tests/Makefile
==============================================================================
--- head/sys/modules/tests/Makefile	Tue May  9 05:08:47 2017	(r318010)
+++ head/sys/modules/tests/Makefile	Tue May  9 05:22:51 2017	(r318011)
@@ -4,4 +4,6 @@ SUBDIR+=	framework
 SUBDIR+=	.WAIT
 SUBDIR+=	callout_test
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>



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