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 C740F13835B for ; Tue, 20 Oct 2020 23:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3EEEE0A46; Tue, 20 Oct 2020 23:20:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DFA34E0A46 for ; Tue, 20 Oct 2020 23:20:51 +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 24C4A335DAF for ; Tue, 20 Oct 2020 23:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FBA13AA for ; Tue, 20 Oct 2020 23:20:48 +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: <1603236041.c3d10e421b0195bc7ae1f27002871f8191342b8f.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: c3d10e421b0195bc7ae1f27002871f8191342b8f X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 23:20:48 +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: ccadf6ef-3b87-4e14-8456-eb971d2f5246 X-Archives-Hash: b654e5fb4e6d87402d361e1a77e2e3b1 commit: c3d10e421b0195bc7ae1f27002871f8191342b8f Author: Matt Turner gentoo org> AuthorDate: Tue Oct 20 02:41:09 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 23:20:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c3d10e42 targets: Remove unnecessary CONFIG_PROTECT assignment CONFIG_PROTECT is set in run_merge, making this assignment and export unnecessary. Signed-off-by: Matt Turner gentoo.org> targets/support/kmerge.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 972feb99..5e284183 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -88,7 +88,6 @@ genkernel_compile() { } [ -n "${clst_ENVSCRIPT}" ] && source /tmp/envscript -export CONFIG_PROTECT="-*" # Set the timezone for the kernel build rm /etc/localtime