diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-30 17:39:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-30 17:39:43 +0000 |
commit | a1a609397ad1ea4dfa57928ee8609f85eefaeb33 (patch) | |
tree | 7ef9de2198154af676fc553217c9c576af0c59b6 | |
parent | 7ad874de6308ba676cc4f10a4d8e9a9c984bcd86 (diff) |
Minor rewordings regarding Tar's GCC-4 patch (Randy McMurchy)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/tar.xml | 3 | ||||
-rw-r--r-- | chapter06/tar.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 8b5f490fa..15c522c0d 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -29,7 +29,8 @@ <sect2 role="installation"> <title>Installation of Tar</title> -<para>Apply a patch to Tar to enable it to compile with GCC-&gcc-version;:</para> +<para>If you wish to run the test suite, apply the following patch to fix +some issues with GCC-&gcc-version;:</para> <screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen> diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 78f4cfe8e..938bd50ff 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -30,7 +30,8 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Tar</title> -<para>Apply a patch to Tar to enable it to compile with GCC-&gcc-version;:</para> +<para>Apply a patch to fix some issues with the test suite when using +GCC-&gcc-version;:</para> <screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen> |