Ignore:
Timestamp:
12/02/06 10:02:38 (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
45683dc
Parents:
7e7dd39
Message:

Environment Changes for Sysroot Changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/creatingcrossdir.xml

    r7e7dd39 ra0b95c2  
    2424<screen><userinput>install -dv ${CLFS}/cross-tools</userinput></screen>
    2525
    26   <para>The next step is to create a <filename
    27   class="symlink">/cross-tools</filename> symlink on the host system.
    28   This will point to the newly-created directory on the CLFS partition.
    29   Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    30 
    31 <screen><userinput>ln -sv ${CLFS}/cross-tools /</userinput></screen>
    32 
    33   <para>The symlink isn't technically necessary (though the book's
    34   instructions do assume its existence), but is there mainly for
    35   consistency (because /tools is also symlinked to ${CLFS}/tools) and to
    36   simplify the installation of the cross-compile tools.</para>
    37 
    3826</sect1>
Note: See TracChangeset for help on using the changeset viewer.