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 BC053138359 for ; Wed, 21 Oct 2020 00:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D1AEE0A9F; Wed, 21 Oct 2020 00:24:30 +0000 (UTC) Received: from mail-pj1-f67.google.com (mail-pj1-f67.google.com [209.85.216.67]) (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 1720BE0A9F for ; Wed, 21 Oct 2020 00:24:30 +0000 (UTC) Received: by mail-pj1-f67.google.com with SMTP id hk7so217917pjb.2 for ; Tue, 20 Oct 2020 17:24:30 -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=t57fT7jejdnmnuDtD0xynNJqktYbY5bp1/uAz1UI6sQ=; b=ecL2BbYAVf3H7tPcletlFAWPZkfFFqHeKAaBys74XPfm4R797VuwxZD38Eiu774TAL ebnZcmHRIlSu/nJXKA5HpCWCdE1CODcvaFGBCV5GCwDYGhzE4TDfsNMKanym3lD6cO6g ch3zcp721Qp7O10UL7GHP770R0M0IhmCDJcYIyi/pQYN77w1Yh2ea8B7oqe/1QKCtay+ nF45yHTkylioukM/SY2nOBdKlwBXXcU3kxjUOTdtVT2iNnIQtcm33RSyYNiYDtihbwtB hMIlHGmJLIZn5AxSuwcYhgXsJDnMMjmW1xdQhLYzfLk0vIaipQz+Gn0kdGncKaFPFnbF AsSA== X-Gm-Message-State: AOAM532zvfv6XjuMSQ67gphbn9YNf+apBf3E8yHTcxiy07zGh34qtn88 Y6NjrJ55aqBSjbOUZqJebqeFCJQyhetNcg== X-Google-Smtp-Source: ABdhPJxkpRdaqeNJFh/jqWVGEJDVOWWZNzxIjp285C26ARKXjZ/URmdXOd76WNLUtA6GEe+hxEUBtw== X-Received: by 2002:a17:90b:3649:: with SMTP id nh9mr614096pjb.123.1603239868900; Tue, 20 Oct 2020 17:24:28 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id y16sm278301pgh.8.2020.10.20.17.24.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:28 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 19/37] targets: Remove unnecessary unset USE Date: Tue, 20 Oct 2020 17:23:26 -0700 Message-Id: <20201021002344.378131-19-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: 4712032b-c807-4841-b4c7-e19c7569a30c X-Archives-Hash: be5e8805da36753a8c0efde79eb8dd17 Dead code since 2008. Fixes: 454c1682 ("Rather than using the environment, we write out our USE to make.conf ...") 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 d65b8142..4f82a01f 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -245,7 +245,6 @@ fi genkernel_compile sed -i "/USE=\"\${USE} ${kernel_use} \"/d" ${clst_make_conf} -unset USE if [ -n "${clst_KERNCACHE}" ] then -- 2.26.2