Ver Fonte

* Fix bug 1023 by adding a space to the readjusting toolchain perl command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 20 anos atrás
pai
commit
2c17ddcc20
2 ficheiros alterados com 6 adições e 1 exclusões
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/readjusting.xml

+ 5 - 0
chapter01/changelog.xml

@@ -45,6 +45,11 @@ of the LFS Book.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>February 5, 2005 [matt]: Added a space to the toolchain
+readjustment <command>perl</command> command.  This stops the specs file being
+incorrectly modified if the command is run more than once. Fixes bug 1023.
+</para></listitem>
+
 <listitem><para>February 5, 2005 [matt]: Copy hotplug's pnp.distmap file to
 silence its warnings</para></listitem>
 

+ 1 - 1
chapter06/readjusting.xml

@@ -15,7 +15,7 @@
 <para>Amend the GCC specs file:</para>
 
 <screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
-    -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \
+    -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \
         `gcc --print-file specs`</userinput></screen>
 
 <caution><para>Perform a simple sanity check:</para>