svn commit: r289251 - head/kerberos5/lib

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 13 18:52:57 UTC 2015


Author: bdrewery
Date: Tue Oct 13 18:52:56 2015
New Revision: 289251
URL: https://svnweb.freebsd.org/changeset/base/289251

Log:
  Partially revert r288266: Remove SUBDIR_PARALLEL from kerberos5/lib.
  
  I intended to remove this before committing r288266.  It works but is clearly
  wrong and working by accident due to the dependencies listed in the root
  Makefile.inc1 file.

Modified:
  head/kerberos5/lib/Makefile

Modified: head/kerberos5/lib/Makefile
==============================================================================
--- head/kerberos5/lib/Makefile	Tue Oct 13 18:47:05 2015	(r289250)
+++ head/kerberos5/lib/Makefile	Tue Oct 13 18:52:56 2015	(r289251)
@@ -7,6 +7,5 @@ SUBDIR=	libasn1 libgssapi_krb5 libgssapi
 
 SUBDIR+= libkafs5  # requires krb_err.h from libkrb5
 SUBDIR_DEPEND_libkafs5=	libkrb5
-SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list