Changeset bc2e3fa for BOOK/final-preps/settingenviron.xml
- Timestamp:
 - Dec 7, 2006, 11:23:24 PM (19 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - 1e184e11
 - Parents:
 - 8473983
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/final-preps/settingenviron.xml (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/final-preps/settingenviron.xml
r8473983 rbc2e3fa 44 44 CLFS=/mnt/clfs 45 45 LC_ALL=POSIX 46 PATH= ${CLFS}/cross-tools/bin:/bin:/usr/bin46 PATH=/cross-tools/bin:/bin:/usr/bin 47 47 export CLFS 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"> ${CLFS}/cross-tools</filename> as soon as they are58 <filename class="directory">/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> … … 79 79 the chroot environment.</para> 80 80 81 <para os="j">By putting <filename class="directory"> ${CLFS}/cross-tools/bin</filename>81 <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> 82 82 at the beginning of the <envar>PATH</envar>, the cross-compiler 83 83 built in <xref linkend="chapter-cross-tools"/> will be picked up by … … 85 85 may be installed on the host. This, combined with turning off 86 86 hashing, helps to ensure that you will be using the cross-compile 87 tools to build the temp-system in ${CLFS}/tools.</para>87 tools to build the temp-system in /tools.</para> 88 88 89 89 <para os="k">Finally, to have the environment fully prepared for building the  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  