diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-28 05:26:28 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-28 05:28:04 -0500 |
commit | 1a5ab4ef2b57c8b60c16e29303274c7094ee07b7 (patch) | |
tree | b10096bfe0936ee74849336421c7b4db41248a1d /eclass | |
parent | linux-mod.eclass: revert adding || die for Modules.symvers (diff) | |
download | gentoo-1a5ab4ef2b57c8b60c16e29303274c7094ee07b7.tar.gz gentoo-1a5ab4ef2b57c8b60c16e29303274c7094ee07b7.tar.bz2 gentoo-1a5ab4ef2b57c8b60c16e29303274c7094ee07b7.zip |
linux-mod.eclass: add bugref for Modules.symvers
In case someone would re-add the || die without looking into this.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 79c33b34f6df..d14bbf7d9eae 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -622,7 +622,7 @@ linux-mod_src_compile() { if [[ ! -f "${srcdir}/.built" ]]; then cd "${srcdir}" || die - ln -s "${S}"/Module.symvers Module.symvers + ln -s "${S}"/Module.symvers Module.symvers # no die for bug #888679 einfo "Preparing ${modulename} module" if [[ -n ${ECONF_PARAMS} ]]; then eqawarn "This package relies on the deprecated functionality of econf being called in linux-mod_src_compile (ECONF_PARAMS), which will go away in 30 days (20230107) (https://bugs.gentoo.org/340597)" |