Explorar el Código

Add '-n' option when creating /tools/lib64 symlink.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork hace 18 años
padre
commit
9aa8819f41
Se han modificado 3 ficheros con 15 adiciones y 3 borrados
  1. 12 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/binutils-pass1.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2007-08-07</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Use '-n' when creating /tools/lib64 symlink.
+	  Will fail if that directory or symlink already exists, instead of
+	  creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
+	  from Dan Nicholson.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-08-06</para>
       <itemizedlist>

+ 1 - 1
chapter05/binutils-pass1.xml

@@ -118,7 +118,7 @@ cp -v ld/ld-new /tools/bin</userinput></screen>
 
     <para>Finally, create a symlink to ensure the sanity of our toolchain:</para>
 
-<screen><userinput>ln -sv lib /tools/lib64</userinput></screen>
+<screen><userinput>ln -nsv lib /tools/lib64</userinput></screen>
 
     <variablelist>
       <title>The meaning of the make parameters:</title>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-x86_64-20070806">
-<!ENTITY releasedate "August 6, 2007">
+<!ENTITY version "SVN-x86_64-20070807">
+<!ENTITY releasedate "August 7, 2007">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->