Ignore:
Timestamp:
Jul 3, 2009, 11:32:29 AM (16 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:
65a1d51
Parents:
acf32d0 (diff), 602aa77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

Location:
BOOK/final-system/common
Files:
4 edited

Legend:

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

    racf32d0 r392a73c  
    2727
    2828    <para os="s1">The following command renames the internal implementation of
    29     futimens to gl_futimens as newer versions of Glibc provide an incompatible
     29    futimens to gl_futimens as newer versions of EGLIBC provide an incompatible
    3030    version:</para>
    3131
  • BOOK/final-system/common/linux-headers.xml

    racf32d0 r392a73c  
    3333make headers_check
    3434make INSTALL_HDR_PATH=dest headers_install
    35 cp -rv dest/include/* /usr/include</userinput></screen>
     35cp -rv dest/include/* /usr/include
     36find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen>
    3637
    3738    <variablelist os="d">
  • BOOK/final-system/common/module-init-tools.xml

    racf32d0 r392a73c  
    8888
    8989      <seglistitem>
    90         <seg>depmod, generate-modprobe.conf, insmod, insmod.static,
    91         lsmod (link to insmod), modinfo, modprobe (link to insmod), and
    92         rmmod (link to insmod)</seg>
     90        <seg>depmod, insmod, insmod.static, lsmod (link to insmod), modinfo,
     91        modprobe (link to insmod), and rmmod (link to insmod)</seg>
    9392      </seglistitem>
    9493    </segmentedlist>
     
    108107          <indexterm zone="ch-system-module-init-tools depmod">
    109108            <primary sortas="b-depmod">depmod</primary>
    110           </indexterm>
    111         </listitem>
    112       </varlistentry>
    113 
    114       <varlistentry id="generate-modprobe.conf">
    115         <term><command>generate-modprobe.conf</command></term>
    116         <listitem>
    117           <para>Creates a modprobe.conf file from an existing 2.2 or 2.4
    118           module setup</para>
    119           <indexterm zone="ch-system-module-init-tools generate-modprobe.conf">
    120             <primary sortas="b-generate-modprobe.conf">generate-modprobe.conf</primary>
    121109          </indexterm>
    122110        </listitem>
  • BOOK/final-system/common/ppl.xml

    racf32d0 r392a73c  
    5757
    5858    <segmentedlist>
     59      <segtitle>Installed Programs</segtitle>
    5960      <segtitle>Installed Libraries</segtitle>
    6061
    6162      <seglistitem>
    62         <seg>libppl.[a,so], libppl_c.[a,so]</seg>
     63        <seg>ppl-config, ppl_lcdd</seg>
     64        <seg>libppl.[a,so], libppl_c.[a,so], libpwl.[a,so]</seg>
    6365      </seglistitem>
    6466    </segmentedlist>
     
    6870      <?dbfo list-presentation="list"?>
    6971      <?dbhtml list-presentation="table"?>
     72
     73      <varlistentry id="ppl-config">
     74        <term><command>ppl-config</command></term>
     75        <listitem>
     76          <para>Outputs information about the PPL installation</para>
     77          <indexterm zone="ch-system-ppl ppl-config">
     78            <primary sortas="b-ppl-config">ppl-config</primary>
     79          </indexterm>
     80        </listitem>
     81      </varlistentry>
     82
     83      <varlistentry id="ppl_lcdd">
     84        <term><command>ppl_lcdd</command></term>
     85        <listitem>
     86          <para>Reads an H-representation of a polyhedron and generates a
     87          V-representation of the same polyhedron</para>
     88          <indexterm zone="ch-system-ppl ppl_lcdd">
     89            <primary sortas="b-ppl_lcdd">ppl_lcdd</primary>
     90          </indexterm>
     91        </listitem>
     92      </varlistentry>
    7093
    7194      <varlistentry id="libppl">
     
    79102      </varlistentry>
    80103
    81           <varlistentry id="libppl_c">
     104      <varlistentry id="libppl_c">
    82105        <term><filename class="libraryfile">libppl_c</filename></term>
    83106        <listitem>
     
    89112      </varlistentry>
    90113
     114      <varlistentry id="libpwl">
     115        <term><filename class="libraryfile">libpwl</filename></term>
     116        <listitem>
     117          <para>The Parma Watchdog Library</para>
     118          <indexterm zone="ch-system-ppl libpwl">
     119            <primary sortas="b-libpwl">libpwl</primary>
     120          </indexterm>
     121        </listitem>
     122      </varlistentry>
     123
    91124    </variablelist>
    92125
Note: See TracChangeset for help on using the changeset viewer.