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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml
new file mode 100644
index 000000000..74fee7dea
--- /dev/null
+++ b/chapter05/make-inst.xml
@@ -0,0 +1,18 @@
+<sect2>
+<title>Installation of Make</title>
+
+<para>
+Install Make by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure --prefix=$LFS/usr
+ --disable-nls &amp;&amp;</userinput>
+ <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
+ <userinput>make install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+