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 71C8A138359 for ; Wed, 21 Oct 2020 00:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B77F6E0A87; Wed, 21 Oct 2020 00:24:26 +0000 (UTC) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) (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 B0AA3E0A87 for ; Wed, 21 Oct 2020 00:24:26 +0000 (UTC) Received: by mail-pg1-f195.google.com with SMTP id 19so346367pge.12 for ; Tue, 20 Oct 2020 17:24:26 -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=A69u+US1hRO7EWsz6CmrSTwoIAVPWsfHJOcQwlu4TwY=; b=MF7fgR8liqEcr3JlZVZLf2WkystvQcfSBK+mIIKhzUiU3p0N14ahuUjQZ+ER4lulu9 zpspCqfah5OIHV+2kZvFrVIT49/iFZCF/Hob0tvZp7wfOtMcBXwcBfT/jaFfcn5apDqj juoLTzTaZOmR7TWJ7QHrqchZupLh2OFiOBY5YNu/7N2D2PShpmsmG5aZfUXGLvYNW/2e ClHoQgjdgJ/PRNHmnneU/6GEjd/oO4oF4KnX20l1tPziW/RiYyfVEvGYQ6wNWjIIgG2g rQrNWny5ydWz453rOGP5cd8yUEQlTvciEiyvWl0YfgZoPZ7GUxXwbwLbqW5gE1BjgWMF 1Ppw== X-Gm-Message-State: AOAM530wV4kKWN3U8pPq1ZhVr/KMOHNdF7n8nDUK8PtGOq7+EyR868l9 /EA1W2MwGrp5YDPC/hAGuKXFIIsxa+pypg== X-Google-Smtp-Source: ABdhPJxzljFHuX+SQCeivT8YpGbVjLdSyIAaynHdbkHPs+0gC3z/9ectU0KevFwCXP9Lw4a/qT9nEw== X-Received: by 2002:a63:4a03:: with SMTP id x3mr752737pga.386.1603239865231; Tue, 20 Oct 2020 17:24:25 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id gx20sm261364pjb.1.2020.10.20.17.24.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:24 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 17/37] targets: Delete some more dead code Date: Tue, 20 Oct 2020 17:23:24 -0700 Message-Id: <20201021002344.378131-17-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: f2541710-d3d0-486e-a7e5-e97eaa457e15 X-Archives-Hash: d416b3dfa8e60cad827e05874a356489 Dead since 2015. Fixes: 1c7687f6 ("update-modules doesn't exists anymore.") Signed-off-by: Matt Turner --- targets/support/kmerge.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index d512954b..911d7cb3 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -247,13 +247,6 @@ make_destpath genkernel_compile sed -i "/USE=\"\${USE} ${kernel_use} \"/d" ${clst_make_conf} -# grep out the kernel version so that we can do our modules magic -VER=`grep ^VERSION\ \= /usr/src/linux/Makefile | awk '{ print $3 };'` -PAT=`grep ^PATCHLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'` -SUB=`grep ^SUBLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'` -EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"` -clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV} - unset USE if [ -n "${clst_KERNCACHE}" ] -- 2.26.2