Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-preps/creatingcrossdir.xml

    r2ce8e8a r9cb6b64  
    99  <?dbhtml filename="creatingcrossdir.html"?>
    1010
    11   <title>Creating the $LFS/cross-tools Directory</title>
     11  <title>Creating the $CLFS/cross-tools Directory</title>
    1212
    1313  <para>The cross-binutils and cross-compiler built in
    1414  <xref linkend="chapter-cross-tools"/> will be installed under
    15   <filename class="directory">$LFS/cross-tools</filename> to keep them
     15  <filename class="directory">$CLFS/cross-tools</filename> to keep them
    1616  separate from the host programs. The programs compiled here are
    1717  cross-tools and will not be a part of the final CLFS system or the
     
    2222  <systemitem class="username">root</systemitem>:</para>
    2323
    24 <screen><userinput>install -dv $LFS/cross-tools</userinput></screen>
     24<screen><userinput>install -dv $CLFS/cross-tools</userinput></screen>
    2525
    2626  <para>The next step is to create a <filename
     
    2929  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    3030
    31 <screen><userinput>ln -sv $LFS/cross-tools /</userinput></screen>
     31<screen><userinput>ln -sv $CLFS/cross-tools /</userinput></screen>
    3232
    3333  <para>The symlink isn't technically necessary (though the book's
    3434  instructions do assume its existence), but is there mainly for
    35   consistency (because /tools is also symlinked to $LFS/tools) and to
     35  consistency (because /tools is also symlinked to $CLFS/tools) and to
    3636  simplify the installation of the cross-compile tools.</para>
    3737
Note: See TracChangeset for help on using the changeset viewer.