From owner-svn-src-all@freebsd.org Fri Jul 15 05:57:14 2016 Return-Path: Delivered-To: svn-src-all@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 5AFCDB99AEF; Fri, 15 Jul 2016 05:57:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22AAA15D7; Fri, 15 Jul 2016 05:57:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x22d.google.com with SMTP id ks6so36108941pab.0; Thu, 14 Jul 2016 22:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=LUocLKHnfWUf4ZICol7LUpZP+tSvdN/+II9onM4pWbM=; b=wL8ZTxxXDWp3OJfn0d3JYAoOXO7YkdijnIQ9xsj0N7pPHa0WXdoEoTHKFwqwLDbixt cPBXi6bMAYe2LJwV0JJy+mKzAbM+QUTbtCY5eAG/AYG+QYoiPsGs+puZP09Ki8f50Sy7 sC6H05VVRPs7WrKzInnBPNubQr2ghbRA9ODHkmzsfRGK9cTRymhpywJnWy5gaLMEsNyG ZZGy1XtPnhQYJCoLOjQGpDMLkMFDt9FxKeFtxPyihe9uPeR2C5aVjfpE1rdVVsrWOkEW 9xSOjnS8ml5xwc3LlpzGtOGnPAt4en0Ai1NXTE6tYKVN9HvXIo9+k856GKggZM8YyXja 1/0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=LUocLKHnfWUf4ZICol7LUpZP+tSvdN/+II9onM4pWbM=; b=dG5OJH3bqhxmJuD/fP/x4TGT7OA01anWHKRvtdjIJ8wrpCqk5GNqNeHdyZ4MogYkPS sS0gpGM/tWAVIZlIdWGRoINwO3VNS4Qq3WHfcWi+kVOY/lwcjYwqOn9CuPOqaBUOtp4e /XRFKj4pXrVAlSQxIMlYYvEsYzK0iGFkXKCzMI3Bw7X54IuRKy9WnbqEiWje5UKENPIL ohFphFmW4PYMXGUpd8a3GDKhK1r42rMDC/zQjPWEMrkC4ebdWiL5r+dnkoeS8tgZ7kam d1jU2+IyghdcJ7Co9OFNI2RDjn879vd8DH31j/0CUuYPGO6be+OdDqLKCU5H/6xJto2D CAyw== X-Gm-Message-State: ALyK8tJEsUnIUqdvFsrwG+v23mKFrDjZMS7gIYKVds5hkIpdlwx/ri80SABClHPBEpSr5Q== X-Received: by 10.66.227.194 with SMTP id sc2mr28789613pac.120.1468562233142; Thu, 14 Jul 2016 22:57:13 -0700 (PDT) Received: from [29.136.107.169] ([172.58.40.223]) by smtp.gmail.com with ESMTPSA id xs12sm1189068pac.7.2016.07.14.22.57.12 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 Jul 2016 22:57:12 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r302865 - head From: Ngie Cooper X-Mailer: iPhone Mail (13F69) In-Reply-To: <201607150443.u6F4hcan060828@repo.freebsd.org> Date: Thu, 14 Jul 2016 22:57:11 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4FF7F120-4379-41EC-9664-3B13710341CB@gmail.com> References: <201607150443.u6F4hcan060828@repo.freebsd.org> To: Cy Schubert X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 05:57:14 -0000 > On Jul 14, 2016, at 21:43, Cy Schubert 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