Changeset 7c91007 for final-preps


Ignore:
Timestamp:
Feb 21, 2006, 1:32:53 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
46db3d1b
Parents:
82b71542
Message:

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


Location:
final-preps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-preps/creatingcrossdir.xml

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

    r82b71542 r7c91007  
    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.