From nobody Wed Jul 28 18:46:19 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 944EF127AA87 for ; Wed, 28 Jul 2021 18:46:36 +0000 (UTC) (envelope-from SRS0=KAfI=MU=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GZjLN33F6z4qVX; Wed, 28 Jul 2021 18:46:36 +0000 (UTC) (envelope-from SRS0=KAfI=MU=FreeBSD.org=otis@ns2.wilbury.net) Received: from smtpclient.apple (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id A608745D318; Wed, 28 Jul 2021 20:46:20 +0200 (CEST) From: Juraj Lutter Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_6792B993-E51B-431A-8A3A-017674A104E9"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: Building multiple kernels with "make release" Date: Wed, 28 Jul 2021 20:46:19 +0200 In-Reply-To: <20210728183702.GM1648@FreeBSD.org> Cc: Alan Somers , FreeBSD CURRENT To: Glen Barber References: <20210728172650.GI1648@FreeBSD.org> <20210728172830.GJ1648@FreeBSD.org> <20210728173203.GK1648@FreeBSD.org> <20210728175657.GL1648@FreeBSD.org> <20210728183702.GM1648@FreeBSD.org> X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,KHOP_HELO_FCRDNS, SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on ns2.wilbury.net X-Rspamd-Queue-Id: 4GZjLN33F6z4qVX X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_6792B993-E51B-431A-8A3A-017674A104E9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 28 Jul 2021, at 20:37, Glen Barber wrote: >=20 > On Wed, Jul 28, 2021 at 12:05:25PM -0600, Alan Somers wrote: >> On Wed, Jul 28, 2021 at 11:57 AM Glen Barber wrote: >>> Just on a hunch, could you try with adding INSTALLKERNEL=3D"${KERNEL}"= to >>> your release.conf? >>>=20 >>> I now seem to recall some weirdness with this, but the exact details >>> elude me at the moment. >>>=20 >>=20 >> Setting INSTALLKERNEL=3D"GENERIC-NODEBUG" during "make = installkernel" >> overrides whatever KERNCONF was set to. But it still only installs = one >> kernel. Trying to set that variable to a list doesn't work. >=20 > Ok. Give me a day or so to try to figure out what is (or isn't) > happening here. I do not recall any recent-ish changes that would = have > caused this, and I am 95% certain it has worked in the past. According to Makefile.inc1: make installkernel KERNCONF=3D=E2=80=9CKERN1 KERN2=E2=80=9D should install KERN1 and KERN2. Similar goes for buildkernel. Or is there something I am missing? =E2=80=94 Juraj Lutter otis@FreeBSD.org --Apple-Mail=_6792B993-E51B-431A-8A3A-017674A104E9 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iHUEAREIAB0WIQR9WLqI3W4V0bRHtaAtyIKFszIZVAUCYQGl+wAKCRAtyIKFszIZ VHpaAQCpDtunmyWBu3twEHzf64FX9tQ+24Ovc1rV72EcPObakAEAoM0LFErrCG2Y QW91vuajAhSrRkRnkJtsCx+eyath/kg= =vzXI -----END PGP SIGNATURE----- --Apple-Mail=_6792B993-E51B-431A-8A3A-017674A104E9--