Changeset 2ad9b71 in clfs-sysroot for BOOK/final-preps
- Timestamp:
- Jun 9, 2006, 8:58:00 PM (18 years ago)
- Branches:
- master
- Children:
- 8f2279f
- Parents:
- 7a47cec
- Location:
- BOOK/final-preps
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/chapter.xml
r7a47cec r2ad9b71 13 13 14 14 <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"/>16 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/> 17 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="settingenviron.xml"/> -
BOOK/final-preps/settingenviron.xml
r7a47cec r2ad9b71 44 44 LFS=/mnt/lfs 45 45 LC_ALL=POSIX 46 PATH= /cross-tools/bin:/bin:/usr/bin46 PATH=${LFS}/cross-tools/bin:/bin:/usr/bin 47 47 export LFS LC_ALL PATH</literal> 48 48 EOF</userinput></screen> … … 56 56 the shell will always search the <envar>PATH</envar> when a program is to 57 57 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 are58 <filename class="directory">$LFS${LFS}/cross-tools</filename> as soon as they are 59 59 available without remembering a previous version of the same program in a 60 60 different location.</para> … … 80 80 the chroot environment.</para> 81 81 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> 83 83 at the beginning of the <envar>PATH</envar>, the cross-compiler 84 84 built in <xref linkend="chapter-cross-tools"/> will be picked up by
Note:
See TracChangeset
for help on using the changeset viewer.