• [gentoo-dev] [PATCH v2 3/4] linux-info.eclass: Drop reference to BUILD_

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Wed Jul 3 17:50:01 2024
    Undocumented, and not used by any ebuilds inheriting this eclass.

    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ---
    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 154be2a46888..0f6138150144 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
    --
    2.45.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)