aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:13:17 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:13:17 +0000
commit85f4212b4a11d644928e2db8f32aa31bf05c3ab9 (patch)
treea1fd86f2a60af695c61be50dda1e06eead576cd5
parent43b794ea974845773bbeaca0e7e8a5416e0af126 (diff)
ch5 mawk explanation added
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/mawk-exp.xml10
-rw-r--r--chapter05/mawk.xml1
-rw-r--r--index.xml1
3 files changed, 12 insertions, 0 deletions
diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml
new file mode 100644
index 000000000..406353529
--- /dev/null
+++ b/chapter05/mawk-exp.xml
@@ -0,0 +1,10 @@
+<sect2>
+<title>Command explanations</title>
+
+<para><userinput>sed ... Makefile | make -f ... </userinput> This
+construct is used to make mawk accept the LDFLAGS variable which we then
+pass to it as part of the make command. This is used to build mawk
+statically.</para>
+
+</sect2>
+
diff --git a/chapter05/mawk.xml b/chapter05/mawk.xml
index fb13668fc..0a8197b0f 100644
--- a/chapter05/mawk.xml
+++ b/chapter05/mawk.xml
@@ -5,6 +5,7 @@
Estimated disk space required: &mawk-compsize-static;</screen>
&c5-mawk-inst;
+&c5-mawk-exp;
&aa-mawk-desc;
</sect1>
diff --git a/index.xml b/index.xml
index ece9dd3ff..a246adb35 100644
--- a/index.xml
+++ b/index.xml
@@ -166,6 +166,7 @@
<!ENTITY c5-make SYSTEM "chapter5/make.xml">
<!ENTITY c5-make-inst SYSTEM "chapter5/make-inst.xml">
<!ENTITY c5-mawk SYSTEM "chapter5/mawk.xml">
+<!ENTITY c5-mawk-exp SYSTEM "chapter5/mawk-exp.xml">
<!ENTITY c5-mawk-inst SYSTEM "chapter5/mawk-inst.xml">
<!ENTITY c5-patch SYSTEM "chapter5/patch.xml">
<!ENTITY c5-patch-inst SYSTEM "chapter5/patch-inst.xml">