aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-static-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/fileutils-static-inst.sgml')
-rw-r--r--chapter05/fileutils-static-inst.sgml23
1 files changed, 0 insertions, 23 deletions
diff --git a/chapter05/fileutils-static-inst.sgml b/chapter05/fileutils-static-inst.sgml
deleted file mode 100644
index 6a8be0d35..000000000
--- a/chapter05/fileutils-static-inst.sgml
+++ /dev/null
@@ -1,23 +0,0 @@
-<sect2>
-<title>Installation of Fileutils</title>
-
-<para>
-Install Fileutils by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>patch -Np1 -i ../fileutils-4.0.patch
- &amp;&amp;</userinput>
- <userinput>./configure --disable-nls \</userinput>
- <userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin
- --bindir=$LFS/bin &amp;&amp;</userinput>
- <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
- <userinput>ln -s ../../bin/install install</userinput>
-
-</literallayout></blockquote>
-
-</sect2>
-