Changeset 7e336f1 in clfs-sysroot for BOOK/final-system/common/gcc.xml


Ignore:
Timestamp:
Mar 11, 2007, 6:32:25 PM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c439b8a
Parents:
89d5d0b
Message:

Updated ln -sv commands to be ln -sfv commands for the final system. This allows the same instructions to be used for upgrades as well as initial installs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    r89d5d0b r7e336f1  
    9191    To support those packages, create this symlink:</para>
    9292
    93 <screen os="l"><userinput>ln -sv ../usr/bin/cpp ${CLFS}/lib</userinput></screen>
     93<screen os="l"><userinput>ln -sfv ../usr/bin/cpp ${CLFS}/lib</userinput></screen>
    9494
    9595    <para os="m">Many packages use the name <command>cc</command> to call the C
    9696    compiler. To satisfy those packages, create a symlink:</para>
    9797
    98 <screen os="o"><userinput>ln -sv gcc ${CLFS}/usr/bin/cc</userinput></screen>
     98<screen os="o"><userinput>ln -sfv gcc ${CLFS}/usr/bin/cc</userinput></screen>
    9999
    100100  </sect2>
Note: See TracChangeset for help on using the changeset viewer.