Ignore:
Timestamp:
10/12/2015 09:20:03 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c43cf6a
Parents:
a0afc1b
Message:

Update to man-db-2.7.4.
Update to linux-4.2.3.
Update to tzdata2015g.
Many updates to installed files and directories. Huge thanks to Fernando.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    ra0afc1b r040ecb6  
    7878
    7979      <seglistitem>
    80         <seg>aclocal, aclocal-&am-minor-version;, automake,
    81         automake-&am-minor-version;, compile, config.guess, config.sub,
    82         depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
    83         py-compile, and ylwrap</seg>
     80        <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
     81        automake-&am-minor-version; (hard linked with automake) </seg>
    8482        <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
    8583        /usr/share/doc/automake-&automake-version;</seg>
     
    140138      </varlistentry>
    141139
    142       <varlistentry id="compile">
    143         <term><command>compile</command></term>
    144         <listitem>
    145           <para>A wrapper for compilers</para>
    146           <indexterm zone="ch-system-automake compile">
    147             <primary sortas="b-compile">compile</primary>
    148           </indexterm>
    149         </listitem>
    150       </varlistentry>
    151 
    152       <varlistentry id="config.guess">
    153         <term><command>config.guess</command></term>
    154         <listitem>
    155           <para>A script that attempts to guess the canonical triplet for
    156           the given build, host, or target architecture</para>
    157           <indexterm zone="ch-system-automake config.guess">
    158             <primary sortas="b-config.guess">config.guess</primary>
    159           </indexterm>
    160         </listitem>
    161       </varlistentry>
    162 
    163       <varlistentry id="config.sub">
    164         <term><command>config.sub</command></term>
    165         <listitem>
    166           <para>A configuration validation subroutine script</para>
    167           <indexterm zone="ch-system-automake config.sub">
    168             <primary sortas="b-config.sub">config.sub</primary>
    169           </indexterm>
    170         </listitem>
    171       </varlistentry>
    172 
    173       <varlistentry id="depcomp">
    174         <term><command>depcomp</command></term>
    175         <listitem>
    176           <para>A script for compiling a program so that dependency information
    177           is generated in addition to the desired output</para>
    178           <indexterm zone="ch-system-automake depcomp">
    179             <primary sortas="b-depcomp">depcomp</primary>
    180           </indexterm>
    181         </listitem>
    182       </varlistentry>
    183 
    184       <varlistentry id="install-sh">
    185         <term><command>install-sh</command></term>
    186         <listitem>
    187           <para>A script that installs a program, script, or data file</para>
    188           <indexterm zone="ch-system-automake install-sh">
    189             <primary sortas="b-install-sh">install-sh</primary>
    190           </indexterm>
    191         </listitem>
    192       </varlistentry>
    193 
    194       <varlistentry id="mdate-sh">
    195         <term><command>mdate-sh</command></term>
    196         <listitem>
    197           <para>A script that prints the modification time of a file or
    198           directory</para>
    199           <indexterm zone="ch-system-automake mdate-sh">
    200             <primary sortas="b-mdate-sh">mdate-sh</primary>
    201           </indexterm>
    202         </listitem>
    203       </varlistentry>
    204 
    205       <varlistentry id="missing">
    206         <term><command>missing</command></term>
    207         <listitem>
    208           <para>A script acting as a common stub for missing GNU programs during
    209           an installation</para>
    210           <indexterm zone="ch-system-automake missing">
    211             <primary sortas="b-missing">missing</primary>
    212           </indexterm>
    213         </listitem>
    214       </varlistentry>
    215 
    216       <varlistentry id="mkinstalldirs">
    217         <term><command>mkinstalldirs</command></term>
    218         <listitem>
    219           <para>A script that creates a directory tree</para>
    220           <indexterm zone="ch-system-automake mkinstalldirs">
    221             <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
    222           </indexterm>
    223         </listitem>
    224       </varlistentry>
    225 
    226       <varlistentry id="py-compile">
    227         <term><command>py-compile</command></term>
    228         <listitem>
    229           <para>Compiles a Python program</para>
    230           <indexterm zone="ch-system-automake py-compile">
    231             <primary sortas="b-py-compile">py-compile</primary>
    232           </indexterm>
    233         </listitem>
    234       </varlistentry>
    235 
    236       <varlistentry id="ylwrap">
    237         <term><command>ylwrap</command></term>
    238         <listitem>
    239           <para>A wrapper for <command>lex</command> and
    240           <command>yacc</command></para>
    241           <indexterm zone="ch-system-automake ylwrap">
    242             <primary sortas="b-ylwrap">ylwrap</primary>
    243           </indexterm>
    244         </listitem>
    245       </varlistentry>
    246 
    247140    </variablelist>
    248141
Note: See TracChangeset for help on using the changeset viewer.