aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-20 19:18:08 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-10-20 19:18:08 +0000
commit25b076e9dd854dde660cc586e91a55b905a5aebc (patch)
tree3feb18b8208a9ec3886da7b86bf4e3c7bf2c84c3
parentd321e39d815242ee6004b8685cc19870c1396252 (diff)
Update command explanation now that -s has been added.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/bzip2-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml
index 83263ccbd..08e630c15 100644
--- a/chapter05/bzip2-exp.xml
+++ b/chapter05/bzip2-exp.xml
@@ -1,8 +1,8 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>make CC="gcc -static": </userinput>This is the method
-we use to tell gcc that we want bzip2 to be linked statically.</para>
+<para><userinput>make CC="gcc -static -s": </userinput>These flags instruct
+instruct gcc to statically link bzip2, without compiling symbols.</para>
</sect2>