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 04C55138359 for ; Tue, 20 Oct 2020 02:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59281E081E; Tue, 20 Oct 2020 02:50:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 40DB2E081E for ; Tue, 20 Oct 2020 02:50:19 +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 2B329335D24 for ; Tue, 20 Oct 2020 02:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A63C1398 for ; Tue, 20 Oct 2020 02:50:16 +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: <1603135146.cfef36af3f81f40d6d7d3ee45aa2b631253fc35a.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: cfef36af3f81f40d6d7d3ee45aa2b631253fc35a X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 02:50:16 +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: 6a139da5-ee78-44e6-a108-6d07af7d66a7 X-Archives-Hash: 535ddda66bfa00ada10a80e1a682b326 commit: cfef36af3f81f40d6d7d3ee45aa2b631253fc35a Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 05:11:23 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 19 19:19:06 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=cfef36af targets: Remove some disabled debugging messages Signed-off-by: Matt Turner gentoo.org> targets/support/kmerge.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index bcc83cd6..3d7f697a 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -66,8 +66,7 @@ setup_gk_args() { genkernel_compile(){ setup_gk_args - #echo "The GK_ARGS are" - #echo ${GK_ARGS[@]} + export clst_kernel_merge export clst_initramfs_overlay # Build our list of kernel packages @@ -146,7 +145,6 @@ then STR2=$(for i in ${clst_kernel_use}; do echo $i; done|sort) if [ "${STR1}" = "${STR2}" ] then - #echo "USE Flags match" USE_MATCH=1 else [ -d /tmp/kerncache/${clst_kname}/ebuilds ] && \ @@ -163,7 +161,6 @@ then STR2=${clst_kextraversion} if [ "${STR1}" = "${STR2}" ] then - #echo "EXTRAVERSION match" EXTRAVERSION_MATCH=1 fi fi