mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
linux-info.eclass: Drop reference to BUILD_FIXES variable
Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user