From 4e179e7764f6b382a4b33d61c49112698c11ff3b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 29 Mar 2013 11:27:05 +0000 Subject: Remove instructions to prevent the building of GCC's info files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chapter05/gcc-pass2.xml') diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 7ca724ce9..60c9f467d 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -97,11 +97,6 @@ mv -v gmp-&gmp-version; gmp tar -zxf ../mpc-&mpc-version;.tar.gz mv -v mpc-&mpc-version; mpc - Again, do not build the .info files. They are not needed here and - are broken with the current version of makeinfo. - - sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure - Create a separate build directory again: mkdir -v ../gcc-build -- cgit v1.2.3-54-g00ecf