aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bzip2-inst.xml2
-rw-r--r--chapter05/chapter05.xml2
-rw-r--r--chapter05/mawk-exp.xml8
-rw-r--r--chapter05/mawk-inst.xml12
-rw-r--r--chapter05/mawk.xml14
5 files changed, 2 insertions, 36 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml
index 3dab1cf4c..68281be77 100644
--- a/chapter05/bzip2-inst.xml
+++ b/chapter05/bzip2-inst.xml
@@ -6,7 +6,7 @@
<para><screen><userinput>make CC="gcc -static" &amp;&amp;
make PREFIX=$LFS/usr install &amp;&amp;
cd $LFS/usr/bin &amp;&amp;
-mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput></screen></para>
+mv bzcat bunzip2 bzip2 bzip2recover bzless bzmore $LFS/bin</userinput></screen></para>
<para>Although it's not strictly a part of a basic LFS system it's worth
mentioning that a patch for Tar can be downloaded which enables the tar
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index aa24547fb..27090ed31 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -16,7 +16,7 @@
&c5-gzip;
&c5-kernel;
&c5-make;
-&c5-mawk;
+&c5-gawk;
&c5-patch;
&c5-sed;
&c5-shellutils;
diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml
deleted file mode 100644
index 33a1ccd5a..000000000
--- a/chapter05/mawk-exp.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>make CC="gcc -static"</userinput> This
-is used to build mawk statically.</para>
-
-</sect2>
-
diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml
deleted file mode 100644
index 030c4b9fc..000000000
--- a/chapter05/mawk-inst.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<sect2>
-<title>Installation of Mawk</title>
-
-<para>Install Mawk by running the following commands:</para>
-
-<para><screen><userinput>./configure &amp;&amp;
-make CC="gcc -static" &amp;&amp;
-make BINDIR=$LFS/usr/bin \
-&nbsp;&nbsp;&nbsp;MANDIR=$LFS/usr/share/man/man1 install</userinput></screen></para>
-
-</sect2>
-
diff --git a/chapter05/mawk.xml b/chapter05/mawk.xml
deleted file mode 100644
index 9addff5c1..000000000
--- a/chapter05/mawk.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<sect1 id="ch05-mawk">
-<title>Installing Mawk-&mawk-version;</title>
-<?dbhtml filename="mawk.html" dir="chapter05"?>
-
-<screen>Estimated build time: &mawk-time-static;
-Estimated required disk space: &mawk-compsize-static;</screen>
-
-&c5-mawk-inst;
-&c5-mawk-exp;
-&aa-mawk-desc;
-&aa-mawk-dep;
-
-</sect1>
-