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 EC4A3138359 for ; Wed, 21 Oct 2020 00:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0C2E0AD0; Wed, 21 Oct 2020 00:25:00 +0000 (UTC) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) (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 3DA49E0AD0 for ; Wed, 21 Oct 2020 00:25:00 +0000 (UTC) Received: by mail-pl1-f196.google.com with SMTP id r10so294061plx.3 for ; Tue, 20 Oct 2020 17:25:00 -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=LE+ZDARpHiKeSTHoYoTzvAf0/BtBIaTMDrvrGLirf34=; b=ZXffUELem4aDN9dskmSlDmGbej+GcmfVEivgLgZHxct9HqMczZyu/9ljeAUA1VOEIb JEW93RkrymTYrgpCgJ0N60l2Oi2lzrDBlIwpIa1B48b8mu5UsRbpM2qINxikvqhL0cp8 r5GCkEH1EZgkpqw87uGGj+y1dfbOzb1u84GihajfqM+P6m6uVGJEDckjcar1ckjcQRBt a2zAJxom152ojvL2sGFlIUCSeHr+K6LIh+mnGZnkR0c+RF/XVq+o6McgaYcxFEc+qioO qYcv/S6hmuj7eWv9apCxqAM2evogPjFdRZ62lvOmTk8FjJUL3Lk9jwOU2l0cwEU83GGn 6QZw== X-Gm-Message-State: AOAM5339SvMZeq3oAJMM+VWA1AS+rdgiIBRtvvRcHVXKG5fuwzurbhRy PKlRoOtrRmet0GaZMw9UnO03G+peHrGbKw== X-Google-Smtp-Source: ABdhPJxh5lQH77DxKIQcmv1LwigFFlCGgqSMKULQPHsxD/RraNGzjuWWRtDYDxsReM30BwwZfZ5L5w== X-Received: by 2002:a17:90a:2f89:: with SMTP id t9mr624591pjd.224.1603239899055; Tue, 20 Oct 2020 17:24:59 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id 186sm176692pff.95.2020.10.20.17.24.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:58 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 36/37] targets: Remove unnecessary CONFIG_PROTECT assignment Date: Tue, 20 Oct 2020 17:23:43 -0700 Message-Id: <20201021002344.378131-36-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: e3b0b891-c21a-49bd-abe8-3a80de3f46db X-Archives-Hash: 8fb7325e062cec767bcd1f565e67718c CONFIG_PROTECT is set in run_merge, making this assignment and export unnecessary. Signed-off-by: Matt Turner --- 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 -- 2.26.2