Changeset 6bb43b3 for BOOK/temp-system


Ignore:
Timestamp:
Feb 21, 2006, 1:26:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cedcdaa
Parents:
e47ec16
Message:

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


Location:
BOOK/temp-system
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    re47ec16 r6bb43b3  
    2323    <title>Installation of Bash</title>
    2424
    25     <para os="aa">Fix a minor issue during the build when cross-compling:</para>
     25    <para os="aa">Fix a minor issue during the build when cross-compiling:</para>
    2626
    2727<screen os="ab"><userinput>cp Makefile.in Makefile.in.orig
     
    5858          <para>This options turns off the use of Bash's memory allocation
    5959          (malloc) function which is known to cause segmentation faults.
    60           By turning this option off, Bash will use the malloc functions
     60          By turning this option off, Bash will use the malloc function
    6161          from Glibc which are more stable.</para>
    6262        </listitem>
  • BOOK/temp-system/common/choose.xml

    re47ec16 r6bb43b3  
    1212
    1313  <para>TO BE WRITTEN...
    14   Introductory text about the diferecies between the boot and chroot method
     14  Introductory text about the differencies between the boot and chroot methods
    1515  and who can use any of them or who can use only one.</para>
    1616
  • BOOK/temp-system/common/gettext.xml

    re47ec16 r6bb43b3  
    4242          <para>This flag tells Gettext not to build the <filename
    4343          class="libraryfile">asprintf</filename> library. Because
    44           nothing in this chapter or the next requires this library a
    45           nd Gettext gets rebuilt later, exclude it to save time
     44          nothing in this chapter or the next requires this library
     45          and Gettext gets rebuilt later, exclude it to save time
    4646          and space.</para>
    4747        </listitem>
  • BOOK/temp-system/common/gzip.xml

    re47ec16 r6bb43b3  
    5252    xpointer="xpointer(//*[@os='h'])"/>
    5353
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../../final-system/common/gzip.xml"
    56     xpointer="xpointer(//*[@os='i'])"/>
    57 
    5854  </sect2>
    5955
  • BOOK/temp-system/common/zlib.xml

    re47ec16 r6bb43b3  
    3939        <term><parameter>--shared</parameter></term>
    4040        <listitem>
    41           <para>Tells zlib to build shared libraries.</para>
     41          <para>Tells zlib to build shared library.</para>
    4242        </listitem>
    4343      </varlistentry>
  • BOOK/temp-system/multilib/binutils.xml

    re47ec16 r6bb43b3  
    6767        <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    6868        <listitem>
    69           <para>Tell the compiler to use our 64 bit Build flags.</para>
     69          <para>Tell the compiler to use our 64 bits Build flags.</para>
    7070        </listitem>
    7171      </varlistentry>
  • BOOK/temp-system/multilib/gettext.xml

    re47ec16 r6bb43b3  
    4747        <listitem>
    4848          <para>Forces Gettext is use our Target Architecture g++ compiler
    49           with our 32 bit build flags.</para>
     49          with our 32 bits build flags.</para>
    5050        </listitem>
    5151      </varlistentry>
  • BOOK/temp-system/multilib/gzip.xml

    re47ec16 r6bb43b3  
    5454    xpointer="xpointer(//*[@os='h'])"/>
    5555
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/gzip.xml"
    58     xpointer="xpointer(//*[@os='i'])"/>
    59 
    6056  </sect2>
    6157
  • BOOK/temp-system/multilib/zlib.xml

    re47ec16 r6bb43b3  
    4141        <listitem>
    4242          <para>Tell ZLIB to use our architecutre specific gcc and use
    43           our 32 bit build flags.</para>
     43          our 32 bits build flags.</para>
    4444        </listitem>
    4545      </varlistentry>
  • BOOK/temp-system/x86/gcc.xml

    re47ec16 r6bb43b3  
    6161   gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    6262
    63     <para os="ch">Use our cross-complier instead of the one GCC builds, named
     63    <para os="ch">Use our cross-compiler instead of the one GCC builds, named
    6464    <command>xgcc</command>:</para>
    6565
Note: See TracChangeset for help on using the changeset viewer.