Changeset 54b9e90 for BOOK/final-preps


Ignore:
Timestamp:
Feb 21, 2006, 1:32:53 AM (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:
f33aee3
Parents:
7b2bd6b
Message:

r829@server (orig r827): darcym | 2005-12-05 04:43:53 -0800
Re-updated including all files from previous commit


Location:
BOOK/final-preps
Files:
2 edited

Legend:

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

    r7b2bd6b r54b9e90  
    3131
    3232<screen><userinput>exit
    33 LFSHOME=`su - lfs -c 'echo $HOME'`
     33LFSHOME=`echo ~lfs`
    3434ln -s $LFSHOME/cross-tools /
    3535unset LFSHOME
  • BOOK/final-preps/settingenviron.xml

    r7b2bd6b r54b9e90  
    8080  the chroot environment.</para>
    8181
    82   <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead
     82  <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead
    8383  of the standard <envar>PATH</envar>, all the programs installed in
    84   <xref linkend="chapter-temp-system"/> are picked up by the shell
     84  <xref linkend="chapter-temp-system"/> are created up by the cross-compiler
    8585  immediately after their installation. This, combined with turning off
    8686  hashing, limits the risk that old programs are used from the host when
    87   the same programs are available in the temporary system.</para>
     87  when building a sane set of cross-compiler tools.</para>
    8888
    8989  <para os="k">Finally, to have the environment fully prepared for building the
Note: See TracChangeset for help on using the changeset viewer.