From b5ddd6e28b8b368bd9e1a064484de95c03bf5445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 3 Jul 2024 17:40:26 +0200 Subject: [PATCH] linux-info.eclass: Drop reference to BUILD_FIXES variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 154be2a468885..0f61381501442 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -239,8 +239,7 @@ getfilevar() { # Pass dot-config=0 to avoid the config check in kernels prior to 5.4. echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \ nonfatal emake -C "${basedname}" --no-print-directory M="${T}" \ - dot-config=0 need-config= need-compiler= \ - ${BUILD_FIXES} -s -f - 2>/dev/null + dot-config=0 need-config= need-compiler= -s -f - 2>/dev/null ARCH=${myARCH} fi