Changeset 7faa492 for BOOK


Ignore:
Timestamp:
Dec 4, 2006, 1:05:36 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c772fcf
Parents:
69e1be5
Message:

Combined creation of tools and cross-tools dirs onto one page

Location:
BOOK
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/chapter.xml

    r69e1be5 r7faa492  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/>
    1515  <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"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="settingenviron.xml"/>
  • BOOK/final-preps/creatingtoolsdir.xml

    r69e1be5 r7faa492  
    99  <?dbhtml filename="creatingtoolsdir.html"?>
    1010
    11   <title>Creating the ${CLFS}/tools Directory</title>
     11  <title>Creating the temporary tools directories</title>
    1212
    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>
    2226
    23   <para>Create the required directory by running the following as
     27  <para>Create the required directories by running the following as
    2428  <systemitem class="username">root</systemitem>:</para>
    2529
    26 <screen><userinput>install -dv ${CLFS}/tools</userinput></screen>
     30<screen><userinput>install -dv ${CLFS}/{tools,cross-tools}</userinput></screen>
    2731
    2832</sect1>
  • BOOK/introduction/common/changelog.xml

    r69e1be5 r7faa492  
    4141      <itemizedlist>
    4242        <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>
    4353          <para>[jim] - Removed zib from boot section and moved to temp-system.</para>
    4454        </listitem>
Note: See TracChangeset for help on using the changeset viewer.