mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
b5ddd6e28b
commit
0dd34779b2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user