diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:56:37 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:56:37 +0000 |
commit | 5d127881da1fee0cd175ef18f1628f9bf6431e29 (patch) | |
tree | b5053a6a345159d8664018155f84ece0f2c32fc4 /chapter06/coreutils.xml | |
parent | 3698c933c73ad3de515cbc7305d44d048826af32 (diff) |
Upgrade to Coreutils-8.11. Fixes #2858.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index eedd2627b..4756dfeee 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,14 +62,6 @@ esac</userinput></screen> without this patch.</para> </note> - <para>Apply a patch to fix a known issue with the test suite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen> - - <para>And fix another test:</para> - -<screen><userinput remap="pre">sed -i 's/^cmp sparse copy/wait; cmp sparse copy/' tests/cp/sparse-to-pipe</userinput></screen> - <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |