kernel-2.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:
Ulrich Müller 2024-07-03 17:40:53 +02:00
parent b5ddd6e28b
commit 0dd34779b2
No known key found for this signature in database
GPG Key ID: 5188335088415E2E

View File

@ -1332,7 +1332,7 @@ getfilevar() {
unset ARCH
echo -e "include ${basefname}\ne:\n\t@echo \$(${1})" |
make -C "${basedname}" ${BUILD_FIXES} -s -f - e 2>/dev/null
make -C "${basedname}" -s -f - e 2>/dev/null
ARCH=${xarch}
fi