aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-17 11:41:37 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-17 11:41:37 +0000
commita5bf7d8c54c555a250802b7c3838689398bf8704 (patch)
treeb2abfc3859912cb642fd4107ff51999c93139e19 /chapter05
parentec710a37fd94ff092223794dd12463af072abb81 (diff)
changed static explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/mawk-exp.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml
index 406353529..33a1ccd5a 100644
--- a/chapter05/mawk-exp.xml
+++ b/chapter05/mawk-exp.xml
@@ -1,10 +1,8 @@
<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>
+<para><userinput>make CC="gcc -static"</userinput> This
+is used to build mawk statically.</para>
</sect2>