Changeset 9aa8819


Ignore:
Timestamp:
08/07/2007 04:48:55 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
4bbda5e, d22a5031
Parents:
e7810bb
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re7810bb r9aa8819  
    3838
    3939    <listitem>
     40      <para>2007-08-07</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Use '-n' when creating /tools/lib64 symlink.
     44          Will fail if that directory or symlink already exists, instead of
     45          creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
     46          from Dan Nicholson.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2007-08-06</para>
    4153      <itemizedlist>
  • chapter05/binutils-pass1.xml

    re7810bb r9aa8819  
    119119    <para>Finally, create a symlink to ensure the sanity of our toolchain:</para>
    120120
    121 <screen><userinput>ln -sv lib /tools/lib64</userinput></screen>
     121<screen><userinput>ln -nsv lib /tools/lib64</userinput></screen>
    122122
    123123    <variablelist>
  • general.ent

    re7810bb r9aa8819  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-x86_64-20070806">
    3 <!ENTITY releasedate "August 6, 2007">
     2<!ENTITY version "SVN-x86_64-20070807">
     3<!ENTITY releasedate "August 7, 2007">
    44<!ENTITY milestone "7.0">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.