mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
toolchain.eclass: tidy up fixincludes comment
It's not particularly useful these days. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user