Changeset ed3e5d8


Ignore:
Timestamp:
Feb 21, 2006, 1:55:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
10c15e3
Parents:
5c41d32
Message:

r967@server (orig r965): jim | 2005-12-26 22:57:04 -0800

r1199@server: jim | 2005-12-26 22:55:55 -0800
Grammar fixes from Chris Staub. Thank you


Files:
12 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/binutils.xml

    r5c41d32 red3e5d8  
    101101        <term><parameter>--disable-multilib</parameter></term>
    102102        <listitem>
    103           <para>This options disables the building of a multilib
     103          <para>This option disables the building of a multilib
    104104          capable binutils.</para>
    105105        </listitem>
  • cross-tools/common/cflags.xml

    r5c41d32 red3e5d8  
    1111  <title>Build CFLAGS</title>
    1212
    13   <para><envar>CFLAGS</envar> during the building of cross tools must
    14   not be set.</para>
     13  <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para>
    1514
    1615  <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
    17   use the following command:</para>
     16  use the following commands:</para>
    1817
    1918<screen><userinput>unset CFLAGS
  • cross-tools/common/introduction.xml

    r5c41d32 red3e5d8  
    4747      <para>After installing each package, both in this and the next chapters,
    4848      delete its source and build directories, unless specifically instructed
    49       otherwise. Deleting the sources space and prevents mis-configuration
     49      otherwise. Deleting the sources prevents mis-configuration
    5050      when the same package is reinstalled later.</para>
    5151    </important>
  • cross-tools/x86/glibc-headers.xml

    r5c41d32 red3e5d8  
    2626    the glibc we are using in cross-lfs. The reason we are changing it is
    2727    because this only installs the headers, no compiling takes place. In the
    28     next glibc chapter, we use the gcc that's build right after this chapter.</para>
     28    next glibc chapter, we use the gcc that's built right after this chapter.</para>
    2929
    3030<screen os="s2"><userinput>cp configure{,.orig}
     
    7373
    7474      <varlistentry os="ca2">
    75         <term><parameter>--prefix=/tools</parameter></term>
    76         <listitem>
    77           <para>This tells the configure script to prepare to install the
    78           package in the <filename class="directory">/tools</filename>
    79           directory.</para>
    80         </listitem>
    81       </varlistentry>
    82 
    83       <varlistentry os="ca3">
    8475        <term><parameter>--build=${LFS_HOST}</parameter></term>
    8576        <listitem>
     
    8980      </varlistentry>
    9081
    91       <varlistentry os="ca4">
     82      <varlistentry os="ca3">
    9283        <term><parameter>--host=${LFS_TARGET}</parameter></term>
    9384        <listitem>
     
    9788      </varlistentry>
    9889
    99       <varlistentry os="ca5">
     90      <varlistentry os="ca4">
    10091        <term><parameter>--disable-sanity-checks</parameter></term>
    10192        <listitem>
     
    10495      </varlistentry>
    10596
    106       <varlistentry os="ca6">
     97      <varlistentry os="ca5">
    10798        <term><parameter>--enable-kernel=2.6.0</parameter></term>
    10899        <listitem>
     
    112103      </varlistentry>
    113104
    114       <varlistentry os="ca7">
     105      <varlistentry os="ca6">
    115106        <term><parameter>--with-headers=/tools/include</parameter></term>
    116107        <listitem>
     
    122113      </varlistentry>
    123114
    124       <varlistentry os="ca8">
     115      <varlistentry os="ca7">
    125116        <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term>
    126117        <listitem>
     
    135126<screen os="cd"><userinput>make install-headers</userinput></screen>
    136127
    137     <para os="ce">Some files aren't installed by the above command, then
    138     we will copy the header files we need:</para>
     128    <para os="ce">Some files aren't installed by the above command, so we will copy the additional header files we need:</para>
    139129
    140130    <para os="cf">First we will copy a common file over to <filename
  • final-preps/aboutlfs.xml

    r5c41d32 red3e5d8  
    3131  processes the command line.</para>
    3232
    33   <para>If you haven't created the <filename class="directory">/mnt/lfs</filename>
     33  <para>If you haven't created the <filename class="directory">$LFS</filename>
    3434  directory, do so at this time by issuing the following commands:</para>
    3535
  • final-preps/addinguser.xml

    r5c41d32 red3e5d8  
    8282  <filename class="directory">$LFS/cross-tools</filename>,
    8383  and <filename class="directory">$LFS/tools</filename> by making <systemitem
    84   class="username">lfs</systemitem> the directories owner:</para>
     84  class="username">lfs</systemitem> the directorys' owner:</para>
    8585
    8686<screen><userinput>chown lfs $LFS
     
    8888chown lfs $LFS/cross-tools</userinput></screen>
    8989
    90   <para>If a separate working directory was created as suggested, we will
    91   show you how to create the directory and give user <systemitem
    92   class="username">lfs</systemitem> ownership of this directory:</para>
     90  <para>If a separate working directory was created as suggested,
     91  give user <systemitem class="username">lfs</systemitem> ownership of this directory:</para>
    9392
    94 <screen><userinput>install -d $LFS/sources
    95 chown lfs $LFS/sources</userinput></screen>
     93<screen><userinput>chown lfs $LFS/sources</userinput></screen>
    9694
    9795  <para>Next, login as user <systemitem class="username">lfs</systemitem>.
  • final-preps/creatingcrossdir.xml

    r5c41d32 red3e5d8  
    2525  <para>The next step is to create a <filename
    2626  class="symlink">/cross-tools</filename> symlink on the host system.
    27   This will point to the newly-created directory in your home directory.
    28   Since normal users will not have permissions to write to the root tree,
    29   we need to exit the <command>su</command> and run the symlink command as
    30   <systemitem class="username">root</systemitem>:</para>
     27  This will point to the newly-created directory on the LFS partition.
     28  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    3129
    3230<screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>
     
    3432  <para>The created symlink enables the toolchain to be compiled so that
    3533  it always refers to <filename class="directory">/cross-tools</filename>,
    36   meaning that the compiler, assembler, and linker will be avaialble for
     34  meaning that the compiler, assembler, and linker will be available for
    3735  use later if some unforseen circumstances happen.</para>
    3836
  • introduction/common/acknowledgements.xml

    r5c41d32 red3e5d8  
    1111
    1212  <para>The editors of the book would like to acknowledge people who
    13   have assisted in making the book, what it is today.</para>
     13  have assisted in making the book what it is today.</para>
    1414
    1515  <itemizedlist>
  • introduction/common/how.xml

    r5c41d32 red3e5d8  
    2929
    3030  <!-- -->
    31   <para>THE TEXT BELOW NEED TO BE REWRITTEN</para>
     31  <para>THE TEXT BELOW NEEDS TO BE REWRITTEN</para>
    3232
    3333  <para><xref linkend="chapter-partitioning"/> of this book describes how
     
    4040  <xref linkend="chapter-final-preps"/> carefully as it explains several
    4141  important issues the developer should be aware of before beginning to
    42   work through <xref linkend="chapter-temp-system"/> and
     42  work through <xref linkend="chapter-cross-tools"/> and
    4343  beyond.</para>
    4444
  • prologue/common/organization.xml

    r5c41d32 red3e5d8  
    4242    <title>Part IV - Building the Basic Tools</title>
    4343
    44     <para>Part IV explains how to building a tool chain built for
     44    <para>Part IV explains how to build a tool chain built
    4545          to operate on your target system. These are the tools
    4646          that will allow you to build a working system on your
  • temp-system/common/coreutils.xml

    r5c41d32 red3e5d8  
    3333   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3434
    35     <variablelist os="bf">
    36       <title>The meaning of the configure options:</title>
     35    <para os="bf">Compile the package:</para>
    3736
    38       <varlistentry>
    39         <term><parameter>--cache-file=config.cache</parameter></term>
    40         <listitem>
    41           <para>This tells configure to use a config.cache file that we
    42           specify.</para>
    43         </listitem>
    44       </varlistentry>
     37<screen os="bg"><userinput>make</userinput></screen>
    4538
    46     </variablelist>
     39    <para os="bh">Install the package:</para>
    4740
    48     <para os="bg">Compile the package:</para>
    49 
    50 <screen os="bh"><userinput>make</userinput></screen>
    51 
    52     <para os="bi">Install the package:</para>
    53 
    54 <screen os="bj"><userinput>make install</userinput></screen>
     41<screen os="bi"><userinput>make install</userinput></screen>
    5542
    5643  </sect2>
  • temp-system/multilib/coreutils.xml

    r5c41d32 red3e5d8  
    5555    xpointer="xpointer(//*[@os='bi'])"/>
    5656
    57     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="../common/coreutils.xml"
    59     xpointer="xpointer(//*[@os='bj'])"/>
    60 
    6157  </sect2>
    6258
Note: See TracChangeset for help on using the changeset viewer.