Changeset e3196bd for BOOK/final-system


Ignore:
Timestamp:
Jan 31, 2009, 6:12:17 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ef60d6b
Parents:
833efa2
Message:

Remove more tabs and replace with 8 spaces.

Location:
BOOK/final-system
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/lzma.xml

    r833efa2 re3196bd  
    5353        lzless, lzma, lzmadec, lzmainfo, lzmore, and unlzma (link to lzma).</seg>
    5454        <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
    55         liblzmadec.so.0.0.0</seg>
     55        liblzmadec.so.0.0.0</seg>
    5656      </seglistitem>
    5757    </segmentedlist>
     
    186186        <listitem>
    187187          <para>The library implements the Improved and optimized
    188           version of LZ77 algorithm</para>
     188          version of LZ77 algorithm</para>
    189189          <indexterm zone="ch-system-lzma liblzmadec">
    190190            <primary sortas="c-liblzmadec*">liblzmadec*</primary>
  • BOOK/final-system/common/util-linux-ng.xml

    r833efa2 re3196bd  
    6363        <listitem>
    6464          <para>Enables building the <command>addpart</command>, <command>delpart</command>,
    65            <command>partx</command> programs.</para>
     65           <command>partx</command> programs.</para>
    6666        </listitem>
    6767      </varlistentry>
  • BOOK/final-system/multilib/libtool.xml

    r833efa2 re3196bd  
    6464      <varlistentry>
    6565        <term><parameter>LDEMULATION=[emulation]</parameter></term>
    66         <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    67         href="../ppc64/libtool.xml"
    68         xpointer="xpointer(//*[@os='c2'])"/> -->
     66        <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     67        href="../ppc64/libtool.xml"
     68        xpointer="xpointer(//*[@os='c2'])"/> -->
    6969        <listitem os="c2">
    7070          <para>Libtool tends to do the wrong thing when building for multilib,
    71           at least on the non-default size(s) of architecture.  The causes of
    72           these errors are not well understood and they can appear, or disappear,
    73           as a result of apparently innocuous other changes in the build.  In
    74           this version of the book, one of the tests (pdemo-make) fails to link
    75           because it tries to link the 32-bit objects against 64-bit system
    76           libraries. This option enables the test to succeed without impacting
    77           the other tests (compare the common alternative fixes of
    78           <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests
    79           to be executed, and configuring with
    80           <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case
    81           causes other tests to fail.)</para>
     71          at least on the non-default size(s) of architecture.  The causes of
     72          these errors are not well understood and they can appear, or disappear,
     73          as a result of apparently innocuous other changes in the build.  In
     74          this version of the book, one of the tests (pdemo-make) fails to link
     75          because it tries to link the 32-bit objects against 64-bit system
     76          libraries. This option enables the test to succeed without impacting
     77          the other tests (compare the common alternative fixes of
     78          <literal>LD="gcc ${BUILD32}"</literal> which causes far fewer tests
     79          to be executed, and configuring with
     80          <literal>LDFLAGS='-L/lib -L/usr/lib'</literal> which in this case
     81          causes other tests to fail.)</para>
    8282        </listitem>
    8383      </varlistentry>
  • BOOK/final-system/multilib/procps.xml

    r833efa2 re3196bd  
    6262        <listitem>
    6363          <para>The <filename>Makefile</filename> for this package goes to some
    64           lengths to build as 64-bit if at all possible. In CLFS we build each
    65           library for each available ABI. Overriding the m64 option enables us
    66           ignore this completely.</para>
     64          lengths to build as 64-bit if at all possible. In CLFS we build each
     65          library for each available ABI. Overriding the m64 option enables us
     66          ignore this completely.</para>
    6767        </listitem>
    6868      </varlistentry>
     
    7272        <listitem>
    7373          <para>The <filename>Makefile</filename> also attempts to install into
    74           lib64 on multilib, so again we choose to override it.</para>
     74          lib64 on multilib, so again we choose to override it.</para>
    7575        </listitem>
    7676      </varlistentry>
  • BOOK/final-system/ppc/parted.xml

    r833efa2 re3196bd  
    3939        <listitem>
    4040          <para>The Makefile defaults to using -Werror. With <package>gcc&gcc-version;</package>
    41           that flag causes it to treat warnings (in this case, that C99 inline functions will
    42           be compiled as GNU89) as errors.  So, we disable the option.</para>
     41          that flag causes it to treat warnings (in this case, that C99 inline functions will
     42          be compiled as GNU89) as errors.  So, we disable the option.</para>
    4343        </listitem>
    4444      </varlistentry>
     
    6565      <seglistitem>
    6666        <seg>parted, partprobe</seg>
    67         <seg>libparted.[a,so]</seg>
     67        <seg>libparted.[a,so]</seg>
    6868      </seglistitem>
    6969    </segmentedlist>
  • BOOK/final-system/ppc64/libtool.xml

    r833efa2 re3196bd  
    5555      <varlistentry>
    5656        <term><parameter>LDEMULATION=elf32ppc</parameter></term>
    57         <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58         href="../multilib/libtool.xml"
    59         xpointer="xpointer(//*[@os='c2'])"/>
     57        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58        href="../multilib/libtool.xml"
     59        xpointer="xpointer(//*[@os='c2'])"/>
    6060      </varlistentry>
    6161
  • BOOK/final-system/ppc64/yaboot.xml

    r833efa2 re3196bd  
    3939        <listitem>
    4040          <para>This picks a convenient place within the Makefile's lgcc
    41           variable and inserts the flag to force <command>gcc</command> to
     41          variable and inserts the flag to force <command>gcc</command> to
    4242          create 32-bit code when compiling yaboot.</para>
    4343        </listitem>
     
    4747        <listitem>
    4848          <para>This picks the end of the LFLAGS which the Makefile passes to
    49           the linker to create the second-stage linux loader, and inserts a
    50           flag to force <command>ld</command> to use a suitable 32-bit
    51           emulation picked from the output of <command>'ld -V'</command>.</para>
     49          the linker to create the second-stage linux loader, and inserts a
     50          flag to force <command>ld</command> to use a suitable 32-bit
     51          emulation picked from the output of <command>'ld -V'</command>.</para>
    5252        </listitem>
    5353      </varlistentry>
  • BOOK/final-system/sparc/silo.xml

    r833efa2 re3196bd  
    5959        <listitem>
    6060          <para>Silo bootloader installer. This program installs the
    61           first stage into the bootblock.</para>
     61          first stage into the bootblock.</para>
    6262          <indexterm zone="ch-system-silo silo">
    6363            <primary sortas="a-silo">silo</primary>
     
    7070        <listitem>
    7171          <para>Checks to see whether a file is readable
    72            by silo (very handy if you have larger disks).</para>
     72           by silo (very handy if you have larger disks).</para>
    7373          <indexterm zone="ch-system-silo silocheck">
    7474            <primary sortas="a-silocheck">silocheck</primary>
     
    9292        <listitem>
    9393          <para>Tilo is a tool for building a simple TFTP boot loader which
    94            embodies several kernel images for different Sun architectures and
    95            a ramdisk root image.</para>
     94           embodies several kernel images for different Sun architectures and
     95           a ramdisk root image.</para>
    9696          <indexterm zone="ch-system-silo tilo">
    9797            <primary sortas="a-tilo">tilo</primary>
  • BOOK/final-system/sparc64/libtool.xml

    r833efa2 re3196bd  
    5555      <varlistentry>
    5656        <term><parameter>LDEMULATION=elf32_sparc</parameter></term>
    57         <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58         href="../multilib/libtool.xml"
    59         xpointer="xpointer(//*[@os='c2'])"/>
     57        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58        href="../multilib/libtool.xml"
     59        xpointer="xpointer(//*[@os='c2'])"/>
    6060      </varlistentry>
    6161
  • BOOK/final-system/x86_64-64/binutils.xml

    r833efa2 re3196bd  
    9999
    100100      <para>The ld test suite accesses <filename>/lib64/ld-linux-x86-64.so</filename>
    101         in some of the tests. The following symbolic link will allow this:</para>
     101         in some of the tests. The following symbolic link will allow this:</para>
    102102
    103103<screen><userinput>ln -sv /lib /lib64</userinput></screen>
     
    111111    xpointer="xpointer(//*[@os='q'])"/>
    112112
    113         <para>Now remove the temporary symlink:</para>
     113        <para>Now remove the temporary symlink:</para>
    114114
    115115<screen><userinput>rm -v /lib64</userinput></screen>
  • BOOK/final-system/x86_64-64/lilo.xml

    r833efa2 re3196bd  
    9090        <listitem>
    9191          <para>A script to make a bootable floppy or CD image using the
    92             default settings from the configuration file.</para>
     92            default settings from the configuration file.</para>
    9393          <indexterm zone="ch-system-lilo mkrescue">
    9494            <primary sortas="b-mkrescue">mkrescue</primary>
     
    101101        <listitem>
    102102          <para>A perl script to create a keyboard translation table to
    103             allow the bootloader to process keystrokes to match your
    104             keyboard layout.</para>
     103            allow the bootloader to process keystrokes to match your
     104            keyboard layout.</para>
    105105          <indexterm zone="ch-system-lilo keytab-lilo.pl">
    106106            <primary sortas="b-keytab-lilo.pl">keytab-lilo.pl</primary>
  • BOOK/final-system/x86_64/libtool.xml

    r833efa2 re3196bd  
    5555      <varlistentry>
    5656        <term><parameter>LDEMULATION=elf_i386</parameter></term>
    57         <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58         href="../multilib/libtool.xml"
    59         xpointer="xpointer(//*[@os='c2'])"/>
     57        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58        href="../multilib/libtool.xml"
     59        xpointer="xpointer(//*[@os='c2'])"/>
    6060      </varlistentry>
    6161
Note: See TracChangeset for help on using the changeset viewer.