aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-exp.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-06-06 17:53:34 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-06-06 17:53:34 +0000
commitc18d2610f1dcc4f9800f45bd9aa30080487c6313 (patch)
tree39ac6e4274f24dae1223051b1c5fc2613e5999e6 /chapter05/fileutils-exp.xml
parent053ce5684fb35c6bdedd02f3d27606d58e3504fd (diff)
fix up chapter 5 explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-exp.xml')
-rw-r--r--chapter05/fileutils-exp.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml
index 2accc77ed..65d19c2c1 100644
--- a/chapter05/fileutils-exp.xml
+++ b/chapter05/fileutils-exp.xml
@@ -1,10 +1,6 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>cp lib/Makefile.in lib/Makefile.in.backup :</userinput> We
-run this command in order to keep a backup of the file we are about to
-change.</para>
-
<para><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch:</userinput> This is used to fix a problem with building fileutils statically on
glibc 2.2.3 systems. If this isn't done, then there is the possibility of
all of the fileutils programs causing segmentation faults once chroot is