From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F4F2138359 for ; Wed, 21 Oct 2020 17:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F8CE0935; Wed, 21 Oct 2020 17:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A3CEE0935 for ; Wed, 21 Oct 2020 17:58:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAA7E33BDE4 for ; Wed, 21 Oct 2020 17:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7620033A for ; Wed, 21 Oct 2020 17:58:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603177756.852b486b445cf9c49800c6052142bde972706c41.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/kmerge.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 852b486b445cf9c49800c6052142bde972706c41 X-VCS-Branch: master Date: Wed, 21 Oct 2020 17:58:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5345ba2f-e8c0-478e-b8bc-e3c0ab1929a9 X-Archives-Hash: 70204939ffaff2a863685f0f5c99d3b7 commit: 852b486b445cf9c49800c6052142bde972706c41 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 18:23:47 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 07:09:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=852b486b targets: Remove bizarre make_destpath() call The commit that added it says it did so in order to "export ROOT=/ prior to running genkernel". Why that was necessary is unclear. I can find no evidence that genkernel needs (or needed) ROOT to be set, and why it would need ROOT=/ seems even more doubtful. Fixes: 8fb885ff ("Added an additional make_destpath call to kmerge.sh ...") Signed-off-by: Matt Turner gentoo.org> targets/support/kmerge.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 911d7cb3..d65b8142 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -242,8 +242,6 @@ fi [ -e ${clst_make_conf} ] && \ echo "USE=\"\${USE} ${kernel_use} build\"" >> ${clst_make_conf} -make_destpath - genkernel_compile sed -i "/USE=\"\${USE} ${kernel_use} \"/d" ${clst_make_conf} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3242A138359 for ; Tue, 20 Oct 2020 08:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E21E0809; Tue, 20 Oct 2020 08:30:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F8A6E0809 for ; Tue, 20 Oct 2020 08:30:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04C6B335DC0 for ; Tue, 20 Oct 2020 08:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88511209 for ; Tue, 20 Oct 2020 08:30:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603177756.852b486b445cf9c49800c6052142bde972706c41.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/kmerge.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 852b486b445cf9c49800c6052142bde972706c41 X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 08:30:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 331589c9-6606-42f4-b9d4-5555fa104b39 X-Archives-Hash: 5a505aa8da62ead503706c4f2977688b Message-ID: <20201020083027.Msi3MsDN8hbdHuTou9cYPo1gqvRUDvCudJsDM6g2ftU@z> commit: 852b486b445cf9c49800c6052142bde972706c41 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 18:23:47 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 07:09:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=852b486b targets: Remove bizarre make_destpath() call The commit that added it says it did so in order to "export ROOT=/ prior to running genkernel". Why that was necessary is unclear. I can find no evidence that genkernel needs (or needed) ROOT to be set, and why it would need ROOT=/ seems even more doubtful. Fixes: 8fb885ff ("Added an additional make_destpath call to kmerge.sh ...") Signed-off-by: Matt Turner gentoo.org> targets/support/kmerge.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 911d7cb3..d65b8142 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -242,8 +242,6 @@ fi [ -e ${clst_make_conf} ] && \ echo "USE=\"\${USE} ${kernel_use} build\"" >> ${clst_make_conf} -make_destpath - genkernel_compile sed -i "/USE=\"\${USE} ${kernel_use} \"/d" ${clst_make_conf}