aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grep.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r--chapter06/grep.xml73
1 files changed, 16 insertions, 57 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 58b0db366..494b8616d 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -5,7 +5,7 @@
%general-entities;
]>
-<sect1 id="ch-system-grep" role="wrap">
+<sect1 id="ch-tools-grep" role="wrap">
<?dbhtml filename="grep.html"?>
<sect1info condition="script">
@@ -16,22 +16,25 @@
<title>Grep-&grep-version;</title>
- <indexterm zone="ch-system-grep">
+ <indexterm zone="ch-tools-grep">
<primary sortas="a-Grep">Grep</primary>
+ <secondary>tools</secondary>
</indexterm>
<sect2 role="package">
<title/>
- <para>The Grep package contains programs for searching through files.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../chapter08/grep.xml"
+ xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
<seglistitem>
- <seg>&grep-ch6-sbu;</seg>
- <seg>&grep-ch6-du;</seg>
+ <seg>&grep-tmp-sbu;</seg>
+ <seg>&grep-tmp-du;</seg>
</seglistitem>
</segmentedlist>
@@ -42,69 +45,25 @@
<para>Prepare Grep for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --host=$LFS_TGT \
+ --bindir=/bin</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
-
-<screen><userinput remap="test">make check</userinput></screen>
-
<para>Install the package:</para>
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
</sect2>
- <sect2 id="contents-grep" role="content">
- <title>Contents of Grep</title>
-
- <segmentedlist>
- <segtitle>Installed programs</segtitle>
-
- <seglistitem>
- <seg>egrep, fgrep, and grep</seg>
- </seglistitem>
- </segmentedlist>
+ <sect2 role="content">
+ <title/>
- <variablelist>
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
- <?dbfo list-presentation="list"?>
- <?dbhtml list-presentation="table"?>
-
- <varlistentry id="egrep">
- <term><command>egrep</command></term>
- <listitem>
- <para>Prints lines matching an extended regular expression</para>
- <indexterm zone="ch-system-grep egrep">
- <primary sortas="b-egrep">egrep</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="fgrep">
- <term><command>fgrep</command></term>
- <listitem>
- <para>Prints lines matching a list of fixed strings</para>
- <indexterm zone="ch-system-grep fgrep">
- <primary sortas="b-fgrep">fgrep</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="grep">
- <term><command>grep</command></term>
- <listitem>
- <para>Prints lines matching a basic regular expression</para>
- <indexterm zone="ch-system-grep grep">
- <primary sortas="b-grep">grep</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- </variablelist>
+ <para>Details on this package are located in
+ <xref linkend="contents-grep" role="."/></para>
</sect2>