commit: d531270ee6108b43a7dec0e16fdacd3bbab49da8
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 01:02:30 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 01:15:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d531270e
Keep makeinfo stub until overwritten by the real texinfo.
scripts/bootstrap-prefix.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 6761f94788..98b371e7e8 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1849,9 +1849,6 @@ bootstrap_stage3() {
einfo "running emerge -u1 openssl"
CFLAGS= CXXFLAGS= emerge -u1 openssl || return 1
- # remove temp makeinfo, texinfo provides it
- [[ -f "${ROOT}"/usr/bin/makeinfo ]] && rm -f "${ROOT}"/usr/bin/makeinfo
-
# Portage should figure out itself what it needs to do, if anything.
# Avoid glib compiling for Cocoa libs if it finds them, since we're
# still with an old llvm that may not understand the system headers