Ignore:
Timestamp:
12/31/2015 09:09:13 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
6e13139
Parents:
6eb40d4
Message:

Sync with trunk r10891, update to udev-1.10.6, update to systemd-228.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r6eb40d4 r131c907  
    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.