aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:37:34 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:37:34 +0000
commit04b83d4a46f10ba08bdb9721c60c2a4217afe06c (patch)
tree6d257fe701923215febd84b539aa16a3fc4adaaa /chapter05
parent8b88eca0eee11d3d8a386f2e60dd5b42c54c9424 (diff)
Upgrade to Tar-1.22. Fixes #2358.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tar.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 6c0666903..6d3b9b162 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -43,12 +43,6 @@
<sect2 role="installation">
<title>Installation of Tar</title>
- <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
- a warning that affects Perl's testsuite:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
-patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
-
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>