Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 03:35:24 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324247 - head
Message-ID:  <201710040335.v943ZOiK000912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Oct  4 03:35:23 2017
New Revision: 324247
URL: https://svnweb.freebsd.org/changeset/base/324247

Log:
  Revert r324246. This is not exactly what was intended.

Modified:
  head/Makefile.inc1
  head/UPDATING

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Oct  4 03:24:16 2017	(r324246)
+++ head/Makefile.inc1	Wed Oct  4 03:35:23 2017	(r324247)
@@ -1914,6 +1914,18 @@ _dtc= usr.bin/dtc
 _dtc= gnu/usr.bin/dtc
 .endif
 
+.if ${MK_KERBEROS} != "no"
+_kerberos5_bootstrap_tools= \
+	kerberos5/tools/make-roken \
+	kerberos5/lib/libroken \
+	kerberos5/lib/libvers \
+	kerberos5/tools/asn1_compile \
+	kerberos5/tools/slc \
+	usr.bin/compile_et
+
+.ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
+.endif
+
 # r283777 makewhatis(1) replaced with mandoc version which builds a database.
 _libopenbsd?=	lib/libopenbsd
 _makewhatis=	usr.bin/mandoc
@@ -1926,6 +1938,7 @@ bootstrap-tools: .PHONY
 #	FreeBSD versions that need the tool built at this stage of the build.
 .for _tool in \
     ${_clang_tblgen} \
+    ${_kerberos5_bootstrap_tools} \
     ${_strfile} \
     ${_gperf} \
     ${_dtc} \

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Oct  4 03:24:16 2017	(r324246)
+++ head/UPDATING	Wed Oct  4 03:35:23 2017	(r324247)
@@ -51,13 +51,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
 
 ****************************** SPECIAL WARNING: ******************************
 
-+20160714:
-	When building multiple kernels using KERNCONF, non-existent KERNCONF
-	files will produce an error and buildkernel will fail. Previously
-	missing KERNCONF files silently failed giving no indication as to
-	why, only to subsequently discover during installkernel that the
-	desired kernel was never built in the first place.
-
 20170912:
 	The default serial number format for CTL LUNs has changed.  This will
 	affect users who use /dev/diskid/* device nodes, or whose FibreChannel



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