aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/sed-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 02:58:53 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-15 02:58:53 +0000
commite397c3ada5bbef0281414709fa1952a2ce07c44d (patch)
tree8a9d69c28ed5ade4a2b3ef1abca9b681b9694e7d /chapter05/sed-inst.xml
parentfe2fdae3c68e2f1ee3d78226882e3aa819d876f3 (diff)
converted sh-utils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2322 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/sed-inst.xml')
-rw-r--r--chapter05/sed-inst.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml
index f2bdf1b86..f0e2dc7a5 100644
--- a/chapter05/sed-inst.xml
+++ b/chapter05/sed-inst.xml
@@ -1,12 +1,20 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Sed</title>
-<para>Install Sed by running the following commands:</para>
+<para>Prepare Sed to be compiled:</para>
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
-&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para>
+
+<para>Continue with installing the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>