Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2017 20:46:07 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r324246 - head
Message-ID:  <201710040346.v943k7Sk008227@slippy.cwsent.com>
In-Reply-To: Message from Cy Schubert <cy@FreeBSD.org> of "Wed, 04 Oct 2017 03:24:16 -0000." <201710040324.v943OGU2096785@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





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