- Timestamp:
- Nov 28, 2010, 3:50:09 PM (14 years ago)
- Branches:
- master
- Children:
- a2420e1
- Parents:
- a9bbc46
- git-author:
- Joe Ciccone <jciccone@…> (11/28/10 15:48:34)
- git-committer:
- Joe Ciccone <jciccone@…> (11/28/10 15:50:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingcrossdir.xml
ra9bbc46 rd9bcc87 24 24 <screen><userinput>install -dv ${CLFS}/cross-tools</userinput></screen> 25 25 26 <para>The next step is to create a <filename27 class="symlink">/cross-tools</filename> symlink on the host system.28 This will point to the newly-created directory on the CLFS partition.29 Run this command as <systemitem class="username">root</systemitem> as well:</para>30 31 <screen><userinput>ln -sv ${CLFS}/cross-tools /</userinput></screen>32 33 <para>The symlink isn't technically necessary (though the book's34 instructions do assume its existence), but is there mainly for35 consistency (because /tools is also symlinked to ${CLFS}/tools) and to36 simplify the installation of the cross-compile tools.</para>37 38 26 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.