aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/make-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/make-inst.xml')
-rw-r--r--chapter05/make-inst.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml
index e07c8205b..1e358f555 100644
--- a/chapter05/make-inst.xml
+++ b/chapter05/make-inst.xml
@@ -1,17 +1,11 @@
<sect2>
<title>Installation of Make</title>
-<para>
-Install Make by running the following commands:
-</para>
+<para>Install Make by running the following commands:</para>
-<para>
-<screen>
-<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
-<userinput>make install</userinput>
-</screen>
-</para>
+<userinput>make install</userinput></screen></para>
</sect2>