aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-12 21:20:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-12 21:20:03 +0000
commit040ecb6de9078e372b188f7ac210f95f48e4d1b7 (patch)
tree36d60d1796447dafd60319f9be74fa95a3a31379 /chapter06/automake.xml
parenta0afc1b210511f9da42c74a7d424ff79fbb1d8fd (diff)
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
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml111
1 files changed, 2 insertions, 109 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 761755018..115f311bf 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -77,10 +77,8 @@ make -j4 check</userinput></screen>
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>aclocal, aclocal-&am-minor-version;, automake,
- automake-&am-minor-version;, compile, config.guess, config.sub,
- depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
- py-compile, and ylwrap</seg>
+ <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
+ automake-&am-minor-version; (hard linked with automake) </seg>
<seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
/usr/share/doc/automake-&automake-version;</seg>
</seglistitem>
@@ -139,111 +137,6 @@ make -j4 check</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="compile">
- <term><command>compile</command></term>
- <listitem>
- <para>A wrapper for compilers</para>
- <indexterm zone="ch-system-automake compile">
- <primary sortas="b-compile">compile</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="config.guess">
- <term><command>config.guess</command></term>
- <listitem>
- <para>A script that attempts to guess the canonical triplet for
- the given build, host, or target architecture</para>
- <indexterm zone="ch-system-automake config.guess">
- <primary sortas="b-config.guess">config.guess</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="config.sub">
- <term><command>config.sub</command></term>
- <listitem>
- <para>A configuration validation subroutine script</para>
- <indexterm zone="ch-system-automake config.sub">
- <primary sortas="b-config.sub">config.sub</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="depcomp">
- <term><command>depcomp</command></term>
- <listitem>
- <para>A script for compiling a program so that dependency information
- is generated in addition to the desired output</para>
- <indexterm zone="ch-system-automake depcomp">
- <primary sortas="b-depcomp">depcomp</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="install-sh">
- <term><command>install-sh</command></term>
- <listitem>
- <para>A script that installs a program, script, or data file</para>
- <indexterm zone="ch-system-automake install-sh">
- <primary sortas="b-install-sh">install-sh</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="mdate-sh">
- <term><command>mdate-sh</command></term>
- <listitem>
- <para>A script that prints the modification time of a file or
- directory</para>
- <indexterm zone="ch-system-automake mdate-sh">
- <primary sortas="b-mdate-sh">mdate-sh</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="missing">
- <term><command>missing</command></term>
- <listitem>
- <para>A script acting as a common stub for missing GNU programs during
- an installation</para>
- <indexterm zone="ch-system-automake missing">
- <primary sortas="b-missing">missing</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="mkinstalldirs">
- <term><command>mkinstalldirs</command></term>
- <listitem>
- <para>A script that creates a directory tree</para>
- <indexterm zone="ch-system-automake mkinstalldirs">
- <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="py-compile">
- <term><command>py-compile</command></term>
- <listitem>
- <para>Compiles a Python program</para>
- <indexterm zone="ch-system-automake py-compile">
- <primary sortas="b-py-compile">py-compile</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ylwrap">
- <term><command>ylwrap</command></term>
- <listitem>
- <para>A wrapper for <command>lex</command> and
- <command>yacc</command></para>
- <indexterm zone="ch-system-automake ylwrap">
- <primary sortas="b-ylwrap">ylwrap</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
</variablelist>
</sect2>