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 32516138359 for ; Wed, 21 Oct 2020 00:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888E8E0A96; Wed, 21 Oct 2020 00:24:28 +0000 (UTC) Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) (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 809D8E0A96 for ; Wed, 21 Oct 2020 00:24:28 +0000 (UTC) Received: by mail-pj1-f66.google.com with SMTP id ds1so219304pjb.5 for ; Tue, 20 Oct 2020 17:24:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=h89e2TseA5B95B7xevk23WjQqDX/PS9OKFJ/bNfpHYk=; b=fk0L1SIQXxC2w1rFtN/+S+fYQmVc7+burHkb8EJAl9v/kOygjKG1HryjJgZ3rtULKc qUQRQyQjwHUFruYko1JyLRRkXxx/oIEZmt9k7seCL65iAaaJofmQgIXwAtQ6Pvi5B3gH s4pIucYL724bi6ccMaBP2CHQ4C8Db3zXynFlOZaoWxlKc+AxjJDrVAEmuvsgE150+0uA o4yB6B/nwpuMO6162Y55x07yb6fjB9CRUbMfmq9nhwVQhlj7Qv/OlBOjWDP524MJqNr8 qCOSJ5+SVJXlOkgcWh6+MramfC2gcTpSkvlPQpe+6FUEEAKc0CzbAhBfLepLdWh0CeXV mOZw== X-Gm-Message-State: AOAM532ABrJaKxJdmbOQV5/osfOXm5B2IekrJFf8FVgXl6iFDPOMzsKv ylfWSrhhYCU8FmrpJGQw+EacvfZlc89r2Q== X-Google-Smtp-Source: ABdhPJwdEJClN4q5kYac+SZvj4iBqwoDtMSBb+JTkunDkv220F17SiEQ5apxnXXgCw1n3Ba+sn5X6g== X-Received: by 2002:a17:90a:ee48:: with SMTP id bu8mr614180pjb.143.1603239867286; Tue, 20 Oct 2020 17:24:27 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id e13sm176719pfi.70.2020.10.20.17.24.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:26 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 18/37] targets: Remove bizarre make_destpath() call Date: Tue, 20 Oct 2020 17:23:25 -0700 Message-Id: <20201021002344.378131-18-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201021002344.378131-1-mattst88@gentoo.org> References: <20201021002344.378131-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: d49ecd11-4760-4649-8e8f-23d5ba0f4ea7 X-Archives-Hash: d1e68101d70d066e13055edd7478c563 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 --- 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} -- 2.26.2