Changeset a0b95c2 for BOOK/final-preps/creatingtoolsdir.xml
- Timestamp:
- Dec 2, 2006, 10:02:38 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 45683dc
- Parents:
- 7e7dd39
- File:
-
- 1 edited
-
BOOK/final-preps/creatingtoolsdir.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingtoolsdir.xml
r7e7dd39 ra0b95c2 26 26 <screen><userinput>install -dv ${CLFS}/tools</userinput></screen> 27 27 28 <para>The next step is to create a <filename class="symlink">/tools</filename>29 symlink on the host system. This will point to the newly-created directory30 on the CLFS partition. Run this command as <systemitem31 class="username">root</systemitem> as well:</para>32 33 <screen><userinput>ln -sv ${CLFS}/tools /</userinput></screen>34 35 <note>36 <para>The above command is correct. The <command>ln</command> command37 has a few syntactic variations, so be sure to check <command>info38 coreutils ln</command> and <filename>ln(1)</filename> before reporting39 what you may think is an error.</para>40 </note>41 42 <para>The created symlink enables the toolchain to be compiled so that43 it always refers to <filename class="directory">/tools</filename>,44 meaning that the compiler, assembler, and linker will work. This will45 provide a common place for our temporary tools system.</para>46 47 28 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.
