aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-exp.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
commitb822811980a5f82726cb641cbeff66be9eb6d92a (patch)
tree27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter06/bzip2-exp.xml
parent46f5461af92bc70c62bbb92895032b930954d835 (diff)
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-exp.xml')
-rw-r--r--chapter06/bzip2-exp.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter06/bzip2-exp.xml b/chapter06/bzip2-exp.xml
index 99eded1d5..327455c97 100644
--- a/chapter06/bzip2-exp.xml
+++ b/chapter06/bzip2-exp.xml
@@ -1,19 +1,15 @@
<sect2>
<title>Command explanations</title>
-<para>
-<userinput>make -f Makefile-libbz2_so:</userinput> This will cause bzip2
+<para><userinput>make -f Makefile-libbz2_so:</userinput> This will cause bzip2
to be build using a different Makefile file, in this case the
Makefile-libbz2_so file which creates a dynamic libbz2.so library and
-links the bzip2 utilities against it.
-</para>
+links the bzip2 utilities against it.</para>
-<para>
-The reason we don't use <userinput>make install</userinput> is that
+<para>The reason we don't use <userinput>make install</userinput> is that
bzip2's make install doesn't install the shared libbz2.so, nor the bzip2
binary that's linked against that library. So we have no choice but to
-manually install the files.
-</para>
+manually install the files.</para>
</sect2>