- Timestamp:
- Dec 4, 2006, 1:00:29 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7faa492
- Parents:
- ffd0b27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/settingenviron.xml
rffd0b27 r69e1be5 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"> /cross-tools</filename> as soon as they are58 <filename class="directory">${CLFS}/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"> /cross-tools/bin</filename>81 <para os="j">By putting <filename class="directory">${CLFS}/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 /tools.</para>87 tools to build the temp-system in ${CLFS}/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.