Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 22:57:11 -0700
From:      Ngie Cooper <yaneurabeya@gmail.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: r302865 - head
Message-ID:  <4FF7F120-4379-41EC-9664-3B13710341CB@gmail.com>
In-Reply-To: <201607150443.u6F4hcan060828@repo.freebsd.org>
References:  <201607150443.u6F4hcan060828@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jul 14, 2016, at 21:43, Cy Schubert <cy@FreeBSD.org> wrote:
>=20
> Author: cy
> Date: Fri Jul 15 04:43:38 2016
> New Revision: 302865
> URL: https://svnweb.freebsd.org/changeset/base/302865
>=20
> 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.
>=20
>  Reviewed by:        ngie@
>  MFC after:        1 week
>  Differential Revision:    D7167

Relnotes: yes

> Modified:
>  head/Makefile.inc1
>=20
> Modified: head/Makefile.inc1
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- head/Makefile.inc1    Fri Jul 15 04:42:08 2016    (r302864)
> +++ head/Makefile.inc1    Fri Jul 15 04:43:38 2016    (r302865)
> @@ -1140,6 +1140,8 @@ BUILDKERNELS+=3D    ${_kernel}
> .if empty(INSTALLKERNEL) && !defined(NO_INSTALLKERNEL)
> INSTALLKERNEL=3D ${_kernel}
> .endif
> +.else
> +.error Missing KERNCONF ${KERNCONFDIR}/${_kernel}
> .endif
> .endfor
>=20
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FF7F120-4379-41EC-9664-3B13710341CB>