Author: jhuntwork
Date: 2007-08-07 10:48:55 -0600 (Tue, 07 Aug 2007)
New Revision: 8276
Modified:
branches/x86_64/BOOK/chapter01/changelog.xml
branches/x86_64/BOOK/chapter05/binutils-pass1.xml
branches/x86_64/BOOK/general.ent
Log:
Add '-n' option when creating /tools/lib64 symlink.
Modified: branches/x86_64/BOOK/chapter01/changelog.xml
===================================================================
--- branches/x86_64/BOOK/chapter01/changelog.xml 2007-08-07 14:15:06 UTC
(rev 8275)
+++ branches/x86_64/BOOK/chapter01/changelog.xml 2007-08-07 16:48:55 UTC
(rev 8276)
@@ -37,6 +37,18 @@
-->
<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>
<listitem>
Modified: branches/x86_64/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/x86_64/BOOK/chapter05/binutils-pass1.xml 2007-08-07 14:15:06 UTC
(rev 8275)
+++ branches/x86_64/BOOK/chapter05/binutils-pass1.xml 2007-08-07 16:48:55 UTC
(rev 8276)
@@ -118,7 +118,7 @@
<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>
Modified: branches/x86_64/BOOK/general.ent
===================================================================
--- branches/x86_64/BOOK/general.ent 2007-08-07 14:15:06 UTC (rev 8275)
+++ branches/x86_64/BOOK/general.ent 2007-08-07 16:48:55 UTC (rev 8276)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page