Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 19:57:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292287 - head/secure/lib/libcrypto/engines
Message-ID:  <201512151957.tBFJvunj066550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Dec 15 19:57:56 2015
New Revision: 292287
URL: https://svnweb.freebsd.org/changeset/base/292287

Log:
  Build engines in parallel.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/secure/lib/libcrypto/engines/Makefile

Modified: head/secure/lib/libcrypto/engines/Makefile
==============================================================================
--- head/secure/lib/libcrypto/engines/Makefile	Tue Dec 15 19:52:02 2015	(r292286)
+++ head/secure/lib/libcrypto/engines/Makefile	Tue Dec 15 19:57:56 2015	(r292287)
@@ -2,5 +2,5 @@
 
 SUBDIR=	lib4758cca libaep libatalla libcapi libchil libcswift libgost \
 	libnuron libsureware libubsec
-
+SUBDIR_PARALLEL=
 .include <bsd.subdir.mk>



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