Эх сурвалжийг харах

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
Randy McMurchy 17 жил өмнө
parent
commit
3e0c69197f

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
     <listitem>
       <para>2008-10-11</para>
       <para>2008-10-11</para>
       <itemizedlist>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Added commands to the Chapter 6 Binutils instructions
+          to suppress the installation of standards.info. Thanks to Greg
+          Schafer for contributing the fix.</para>
+        </listitem>
         <listitem>
         <listitem>
           <para>[randy] - Added a patch to the Procps instructions to fix a
           <para>[randy] - Added a patch to the Procps instructions to fix a
           unicode related issue in the watch program.</para>
           unicode related issue in the watch program.</para>

+ 7 - 0
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>
 <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
     <para>The Binutils documentation recommends building Binutils outside of the
     source directory in a dedicated build directory:</para>
     source directory in a dedicated build directory:</para>