Changeset ceebda5 for chapter08/grub.xml


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
61385ca
Parents:
eef83ea
git-author:
Thomas Trepl <thomas@…> (03/30/2021 08:47:28 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    reef83ea rceebda5  
    4141    <title>Installation of GRUB</title>
    4242
    43     <para>First, fix an issue introduced by binutils-2.36:</para>
    44 
    45 <screen><userinput remap="pre">sed "s/gold-version/&amp; -R .note.gnu.property/" \
    46     -i Makefile.in grub-core/Makefile.in</userinput></screen>
    47 
    4843    <para>Prepare GRUB for compilation:</para>
    4944
     
    7974<screen><userinput remap="make">make</userinput></screen>
    8075
    81     <para>This package does not come with a test suite.</para>
     76    <para>The test suite for this packages is not recommended.  Most of
     77    the tests depend on packages that are not available in the limited
     78    LFS environment. To run the tests anyway, run <command>make check</command>.</para>
    8279
    8380    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.