From 6d18ca00e9b8cc2b0a6d931eff5ecd9802dc8b37 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 12 Dec 2024 07:36:32 +0000 Subject: [PATCH] toolchain.eclass: tidy up fixincludes comment It's not particularly useful these days. Signed-off-by: Sam James --- eclass/toolchain.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 55db818f6233d..6584e57fb0fdb 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2494,11 +2494,7 @@ toolchain_src_install() { if [[ ${GCC_RUN_FIXINCLUDES} == 0 ]] ; then # We remove the generated fixincludes, as they can cause things to break - # (ncurses, openssl, etc). We do not prevent them from being built, as - # in the following commit which we revert: - # https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648 - # This is because bsd userland needs fixedincludes to build gcc, while - # linux does not. Both can dispose of them afterwards. + # (ncurses, openssl, etc). while read x ; do grep -q 'It has been auto-edited by fixincludes from' "${x}" \ && rm -f "${x}"