aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r--chapter05/grep-inst.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index 6b1058547..f6635c56c 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -1,19 +1,13 @@
<sect2>
<title>Installation of Grep</title>
-<para>
-Install Grep by running the following commands:
-</para>
+<para>Install Grep by running the following commands:</para>
-<para>
-<screen>
-<userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;</userinput>
+<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
<userinput>unset CPPFLAGS &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
-<userinput>make install</userinput>
-</screen>
-</para>
+<userinput>make install</userinput></screen></para>
</sect2>