svn commit: r318011 - head/sys/modules/tests
Ngie Cooper
ngie at FreeBSD.org
Tue May 9 05:22:52 UTC 2017
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>
More information about the svn-src-head
mailing list