diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-07-03 17:40:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-08 11:42:07 +0200 |
commit | 0dd34779b2205e553f55dd0464374949559b763c (patch) | |
tree | f5a109ec8bb9928ef5b508144157654400dcea65 /eclass | |
parent | linux-info.eclass: Drop reference to BUILD_FIXES variable (diff) | |
download | gentoo-0dd34779b2205e553f55dd0464374949559b763c.tar.gz gentoo-0dd34779b2205e553f55dd0464374949559b763c.tar.bz2 gentoo-0dd34779b2205e553f55dd0464374949559b763c.zip |
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>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index ffbe986f3e87..c60fcb04dd73 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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 |