From owner-svn-src-all@freebsd.org Wed Sep 2 13:29:15 2015 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 9CDE09C8842; Wed, 2 Sep 2015 13:29:15 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (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 55BEF75A; Wed, 2 Sep 2015 13:29:15 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by qgx61 with SMTP id 61so5248646qgx.3; Wed, 02 Sep 2015 06:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; bh=AnTJeFI1p7/FYHaNdGKnJnreVOJWMcPeCJlE3Gpn6OM=; b=m508Zf2GJyhhU1RuN+VgzEepQxR/l2afakd/XbONwYQOqibIm3c67KNuo5EKJe1WKP 1zdZpoiMhH3lC8zSR/mxFpZOOK590GtGeLyyPNFSZuK7RCHvRiy/JGGiWbmAq+4cAGpT dEQMzL8K9JlhxlQpqEojtgb5YiUAo1McHmHPnUJ79cVFS7WapYJohCGn2nQbQhzGLz3n TrV3nzX6lnrhpFYR7ZpJL8QmlGmmQun+07bw6BJuA3lOLZmmHlU6jo9yofjdJW7A3Rpa MLplnydiAqOMqa0Ie8C/TAH1eoVvpvhYlLd+027djq8IK7YrnBPYE7p5Nd3I2EBln1iy WslA== X-Received: by 10.140.147.69 with SMTP id 66mr59681223qht.57.1441200554377; Wed, 02 Sep 2015 06:29:14 -0700 (PDT) Received: from kan ([2601:18f:0:1570:226:18ff:fe00:232e]) by smtp.gmail.com with ESMTPSA id 21sm6056526qgd.39.2015.09.02.06.29.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2015 06:29:13 -0700 (PDT) Date: Wed, 2 Sep 2015 09:28:53 -0400 From: Alexander Kabaev To: Gleb Smirnoff Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287358 - head Message-ID: <20150902092853.794f0640@kan> In-Reply-To: <20150902132034.GL1023@FreeBSD.org> References: <201509011159.t81BxCkm072208@repo.freebsd.org> <20150901224438.32e982dd@kan> <20150902125024.GH1023@FreeBSD.org> <20150902090825.619467d9@kan> <20150902132034.GL1023@FreeBSD.org> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/5vH+QpFs8pfBHeV4N/2x21e"; protocol="application/pgp-signature" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 02 Sep 2015 13:29:15 -0000 --Sig_/5vH+QpFs8pfBHeV4N/2x21e Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 2 Sep 2015 16:20:34 +0300 Gleb Smirnoff wrote: > On Wed, Sep 02, 2015 at 09:08:25AM -0400, Alexander Kabaev wrote: > A> > A> > Modified: head/Makefile.inc1 > A> > A> > =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 > A> > A> > --- head/Makefile.inc1 Tue Sep 1 11:46:13 2015 > A> > A> > (r287357) +++ head/Makefile.inc1 Tue Sep 1 11:59:12 > A> > A> > 2015 (r287358) @@ -1127,6 +1127,14 @@ reinstallkernel > A> > A> > reinstallkernel.debug: _ cd ${KRNLOBJDIR}/${INSTALLKERNEL}; > A> > A> > \ ${CROSSENV} PATH=3D${TMPPATH} \ > A> > A> > ${MAKE} ${IMAKE_INSTALL} KERNEL=3D${INSTKERNNAME} > A> > A> > ${.TARGET:S/kernel//} +.for _kernel in > A> > A> > ${BUILDKERNELS:[2..-1]} > A> > A> > + @echo > A> > A> > "--------------------------------------------------------------" > A> > A> > + @echo ">>> Installing kernel ${_kernel}" > A> > A> > + @echo > A> > A> > "--------------------------------------------------------------" > A> > A> > + cd ${KRNLOBJDIR}/${_kernel}; \ > A> > A> > + ${CROSSENV} PATH=3D${TMPPATH} \ > A> > A> > + ${MAKE} ${IMAKE_INSTALL} > A> > A> > KERNEL=3D${INSTKERNNAME}.${_kernel} ${.TARGET:S/kernel//} > A> > A> > +.endfor=20 > A> > A> > distributekernel distributekernel.debug: > A> > A> > .if empty(INSTALLKERNEL) > A> > A>=20 > A> > A> This is probably not doing what you think it is doing. Now, > A> > A> when installing my kernel, built from config file , I > A> > A> get it installed into /boot/kernel, which is good and normal, > A> > A> and I get an extra and highly undesired copy in > A> > A> boot/kernel.. That one I didn't ask for and would > A> > A> rather see it gone.=20 > A> >=20 > A> > Does that happen to you, or do you just suppose that this is > A> > going to happen looking at the code? > A> >=20 > A> > --=20 > A> > Totus tuus, Glebius. > A>=20 > A> It does happen to me, I wouldn't bother you otherwise. > A>=20 > A> 'make installworld KERNCONF=3DKANBSD' now results in kernel installed > A> twice, once as /boot/kernel and once as /boot/kernel.KANBSD. > A> Re-running it once more, I even get to > A> have /boot/kernel.KANBSD.old. > A>=20 > A> As a side point, 'make buildworld' does not suffer from same issue. >=20 > installworld? Now I'm really confused. Was that typo? >=20 > --=20 > Totus tuus, Glebius. Sorry, read them as installkernel and buildkernel respectively. --=20 Alexander Kabaev --Sig_/5vH+QpFs8pfBHeV4N/2x21e Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJV5vmVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNUY3RDk5NTk5QjY0MUUxM0M1MTU2OTEw NzEzMjI5OTkyNzkyRTdFAAoJEAcTIpmSeS5+6EoP/j9ECtz3dL5RSuf7P1OTNT90 pVhyQMWaSy02TRj9vH7ZaMQX8ZOi4Ta0jFgruHAIOPvCfSHIqr4P5nh9OoWO/Yco X58CccgoNZmRBNzJlHaEiUCNeDzeiSyTbRmGAXwhYspps9ikV0vKhoSB8S3MULFg 5SRKu3omWIvdsrkJo9oZ+tG8AF/VEFFwH65OvqZaDZqisz151n95AuYXggqUBTlr y6h3UI1N9LNVbYSUGl8cH6TBW/yjDqM+dnTAApJYCLvH7ythJUrY/Bj9k0u0tdlH C8+ZoDPYhHwgPnCrBnzUJXVfrkeDHeHfr4KS7rn1zpiJFknGX6vcHHutQ+/NwCdi PPOEQX591RQKyXmZXgP0q1QYpWCp2x6ICwgYA1qnZUXsfMS+5SjcfyZCf7NLRcNb 8n2K2ITsLr0eOqQ1dkDoxHvtJBqF13du+dhUyoCKJp5G352gdUmunoikoRh7O2rW r/1lrospFRdCLFR7HhfJ2oSKb/ryByO7ENxqp9+jreLy6NuFWmUYthzA+mN09pZC su5ayqMdY6pV0nbbp97EMqNoWbkJDD1L5ziVGdMGYPUXEF3Mf2qHMZO9JgGO/2VB oeEbFxGWk1s/UsRFT5ulkwASqSGehxEDgHz/YPjk+ya5AvjuQsV3qa0Ow2IQi+k7 bIHkzKmsTEJmTg8SkM8R =EabN -----END PGP SIGNATURE----- --Sig_/5vH+QpFs8pfBHeV4N/2x21e--