Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/grub.xml

    r2218c5e r686839b  
    3333    <note os="n2">
    3434      <para>This package is known to have issues when its default optimization
    35       flags (including the <option>-march</option> and <option>-mcpu</option>
     35      flags (including the <option>-march</option> and <option>-mtune</option>
    3636      options) are changed. If any environment variables that override default
    3737      optimizations have been defined, such as <envar>CFLAGS</envar> and
     
    3939    </note>
    4040
     41    <para os="s1">EGLIBC-&eglibc-version; does not declare gets():</para>
     42
     43<screen os="s2"><userinput>sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h</userinput></screen>
     44
    4145    <para os="a">Prepare GRUB for compilation:</para>
    4246
     
    4852<screen os="d"><userinput>make</userinput></screen>
    4953
    50     <para os="e">To test GRUB you must have QEMU installed and then, issue:
    51     <userinput>make check</userinput>.</para>
     54    <para os="e">To test GRUB you must have QEMU installed and then, issue:</para>
     55
     56<screen os="d2"><userinput remap="test">make check</userinput></screen>
    5257
    5358    <para os="f">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.