aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-exp.xml
diff options
context:
space:
mode:
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>