From owner-svn-src-head@freebsd.org Wed Oct 4 03:46:12 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FFAAE2CB94; Wed, 4 Oct 2017 03:46:12 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 257946FA1E; Wed, 4 Oct 2017 03:46:11 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id zadLd6JP3DJTWzadMd2tF8; Tue, 03 Oct 2017 21:46:10 -0600 X-Authority-Analysis: v=2.2 cv=B4DJ6KlM c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=02M-m0pO-4AA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=S-cxxyXkFpmfPYfbDscA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 5CA74B8E; Tue, 3 Oct 2017 20:46:07 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v943k7Sk008227; Tue, 3 Oct 2017 20:46:07 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201710040346.v943k7Sk008227@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r324246 - head In-Reply-To: Message from Cy Schubert of "Wed, 04 Oct 2017 03:24:16 -0000." <201710040324.v943OGU2096785@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Oct 2017 20:46:07 -0700 X-CMAE-Envelope: MS4wfOB4v6dKCDpa//UQZC0ZkNYVFNjhqOu8bvVlSGRxZ1dD7vxlQfaVKWkO3TMdYTCP/hg9BT3KR5b68ZrYU0XqW1IxhKxbE5GFaX3BliFtKexld5kJ7OIt rbSVPxVXMV0QqYdciIMV67hou6C9q8CYVyMBImkPHyHfENbgAuABMPmdBvdXkKjwcR1jxRy8QmtINLfGDdMQr7YZJzrS/SrQqch0LIWLbH0HLZgitCsgFm0y xxquGvi1R7Sn2dA51B62zADEZHPqX9k4C4xrCjF1Y7/uylG27MY3XGO5kjqKZmdY X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 03:46:12 -0000 In message <201710040324.v943OGU2096785@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Oct 4 03:24:16 2017 > New Revision: 324246 > URL: https://svnweb.freebsd.org/changeset/base/324246 > > Log: > 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. > > This is a rework of r302865. > > Reviewed by: ngie (previous version, r302865) > MFC after: 2 months > Differential Revision: D7167 > > Modified: > head/Makefile.inc1 > head/UPDATING > > Modified: head/Makefile.inc1 > ============================================================================= > = > --- head/Makefile.inc1 Wed Oct 4 01:14:54 2017 (r324245) > +++ head/Makefile.inc1 Wed Oct 4 03:24:16 2017 (r324246) > @@ -1914,18 +1914,6 @@ _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 > @@ -1938,7 +1926,6 @@ 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} \ Oops. Wrong tree. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.