- Timestamp:
- Dec 4, 2006, 1:05:36 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:
- c772fcf
- Parents:
- 69e1be5
- Location:
- BOOK
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/chapter.xml
r69e1be5 r7faa492 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/>17 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/> 18 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="settingenviron.xml"/> -
BOOK/final-preps/creatingtoolsdir.xml
r69e1be5 r7faa492 9 9 <?dbhtml filename="creatingtoolsdir.html"?> 10 10 11 <title>Creating the ${CLFS}/tools Directory</title>11 <title>Creating the temporary tools directories</title> 12 12 13 <para>All programs compiled in <xref linkend="chapter-temp-system"/> 14 will be installed under <filename class="directory">${CLFS}/tools</filename> 15 to keep them separate from the programs compiled in <xref 16 linkend="chapter-building-system"/>. The programs compiled here are 17 temporary tools and will not be a part of the final CLFS system. By keeping 18 these programs in a separate directory, they can easily be discarded later 19 after their use. This also prevents these programs from ending up in the 20 host production directories (easy to do by accident in <xref 21 linkend="chapter-temp-system"/>).</para> 13 <para>The cross-binutils and cross-compiler built in 14 <xref linkend="chapter-cross-tools"/> will be installed under 15 <filename class="directory">${CLFS}/cross-tools</filename> to keep them 16 separate from the host programs. The programs compiled here are 17 cross-tools and will not be a part of the final CLFS system or the 18 temp-system. Similarly, all programs compiled in 19 <xref linkend="chapter-temp-system"/> will be installed under 20 <filename class="directory">${CLFS}/tools</filename> to keep them separate 21 from the programs compiled in <xref linkend="chapter-building-system"/>. 22 This also prevents these programs from ending up in the host production 23 directories (easy to do by accident in <xref linkend="chapter-temp-system"/>). 24 By keeping the cross-compile tools and temporary-system programs in separate 25 directories, they can easily be discarded later after their use.</para> 22 26 23 <para>Create the required director yby running the following as27 <para>Create the required directories by running the following as 24 28 <systemitem class="username">root</systemitem>:</para> 25 29 26 <screen><userinput>install -dv ${CLFS}/ tools</userinput></screen>30 <screen><userinput>install -dv ${CLFS}/{tools,cross-tools}</userinput></screen> 27 31 28 32 </sect1> -
BOOK/introduction/common/changelog.xml
r69e1be5 r7faa492 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[Chris] - Combined creation of ${CLFS}/tools and 44 ${CLFS}/cross-tools onto one page.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 50 <para>December 3, 2006</para> 51 <itemizedlist> 52 <listitem> 43 53 <para>[jim] - Removed zib from boot section and moved to temp-system.</para> 44 54 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.