Changeset 2ad9b71 in clfs-sysroot for BOOK/final-preps


Ignore:
Timestamp:
Jun 9, 2006, 8:58:00 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
8f2279f
Parents:
7a47cec
Message:

r3907@server (orig r1758): jciccone | 2006-06-09 17:17:08 -0700
Removed the need for /cross-tools, using /cross-tools now.

Location:
BOOK/final-preps
Files:
1 deleted
2 edited

Legend:

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

    r7a47cec r2ad9b71  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutlfs.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/>
    1615  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="settingenviron.xml"/>
  • BOOK/final-preps/settingenviron.xml

    r7a47cec r2ad9b71  
    4444LFS=/mnt/lfs
    4545LC_ALL=POSIX
    46 PATH=/cross-tools/bin:/bin:/usr/bin
     46PATH=${LFS}/cross-tools/bin:/bin:/usr/bin
    4747export LFS LC_ALL PATH</literal>
    4848EOF</userinput></screen>
     
    5656  the shell will always search the <envar>PATH</envar> when a program is to
    5757  be run. As such, the shell will find the newly compiled tools in
    58   <filename class="directory">$LFS/cross-tools</filename> as soon as they are
     58  <filename class="directory">$LFS${LFS}/cross-tools</filename> as soon as they are
    5959  available without remembering a previous version of the same program in a
    6060  different location.</para>
     
    8080  the chroot environment.</para>
    8181
    82   <para os="j">By putting <filename class="directory">/cross-tools/bin</filename>
     82  <para os="j">By putting <filename class="directory">${LFS}/cross-tools/bin</filename>
    8383  at the beginning of the <envar>PATH</envar>, the cross-compiler
    8484  built in <xref linkend="chapter-cross-tools"/> will be picked up by
Note: See TracChangeset for help on using the changeset viewer.