aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 18:11:53 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-11 18:11:53 +0000
commit3e0c69197fb1252726cb55b5095adf9ad8021a29 (patch)
tree8f016959949d1beeba94795558ea4470370d84c6 /chapter06
parent58c4a181a7b976d00e554089d5d2533274a2d4b6 (diff)
Added commands to the Chapter 6 Binutils instructions to suppress the installation of standards.info, thanks to Greg Schafer for contributing the fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index b747c97ce..0c7a9a216 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -61,6 +61,13 @@ Ask your system administrator to create more.</computeroutput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
+ <para>Suppress the installation of an outdated
+ <filename>standards.info</filename> file as a newer one is installed later
+ on in the Autoconf instructions:</para>
+
+<screen><userinput remap="pre">rm -fv etc/standards.info
+sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
+
<para>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>