diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bc.xml | 2 | ||||
-rw-r--r-- | chapter08/grub.xml | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml index dfff0364f..85040c8a2 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -51,7 +51,7 @@ <varlistentry> <term><parameter>CC=gcc"</parameter></term> <listitem> - <para>These parameters specify the compiler to use.</para> + <para>This parameter specifies the compiler to use.</para> </listitem> </varlistentry> diff --git a/chapter08/grub.xml b/chapter08/grub.xml index d78a4458a..a2ac15011 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of GRUB</title> - <para>First, fix an issue introduced by binutils-2.36:</para> - -<screen><userinput remap="pre">sed "s/gold-version/& -R .note.gnu.property/" \ - -i Makefile.in grub-core/Makefile.in</userinput></screen> - <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -78,7 +73,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>The test suite for this packages is not recommended. Most of + the tests depend on packages that are not available in the limited + LFS environment. To run the tests anyway, run <command>make check</command>.</para> <para>Install the package:</para> |