Changeset e251a29


Ignore:
Timestamp:
Feb 21, 2006, 1:16:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
da95ad7
Parents:
eea1dfc
Message:

r752@server (orig r750): darcym | 2005-11-24 09:08:18 -0800
Updated Grub Pure 64 Build Process
Updated additional autoconf commands after patch application
Updated Target to configure options


Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-system/x86_64-64/grub.xml

    reea1dfc re251a29  
    2929<screen os="p2"><userinput>patch -Np1 -i ../&grub-pure64-patch;</userinput></screen>
    3030
     31    <para os="p1">Make the source package aware of the patch:</para>
     32
     33<screen os="p2"><userinput>autoconf
     34                           automake </userinput></screen>/
     35
    3136    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3237    href="../x86/grub.xml"
    3338    xpointer="xpointer(//*[@os='b'])"/>
    3439
    35 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --host=$(LFS_TARGET)</userinput></screen>
    3641
    3742    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • introduction/common/changelog.xml

    reea1dfc re251a29  
    2121   the book.</para>
    2222
     23
     24<!-- Changelog template
     25
     26    <listitem>
     27      <para>Date</para>
     28      <itemizedlist>
     29        <listitem>
     30          <para>[name] - Changelog entry.</para>
     31        </listitem>
     32        <listitem>
     33          <para>[name] - Another changelog entry.</para>
     34        </listitem>
     35      </itemizedlist>
     36    </listitem>
     37-->
     38
    2339  <itemizedlist>
    2440    <title>Changelog Entries:</title>
    2541
    26 <!-- Changelog template
    27 
    28     <listitem>
    29       <para>Date</para>
    30       <itemizedlist>
    31         <listitem>
    32           <para>[name] - Changelog entry.</para>
    33         </listitem>
    34         <listitem>
    35           <para>[name] - Another changelog entry.</para>
    36         </listitem>
    37       </itemizedlist>
    38     </listitem>
    39 -->
    40 
    4142
    4243    <listitem>
     
    4647          <para>[Matt Darcy] - Text updates to resources page </para>
    4748        </listitem>
    48           <para>[Matt Darcy] - Updated reference to LFS news server to
    49           reflect that it no longer exists</para>
     49          <para>[Matt Darcy] - Updated reference to LFS news server to reflect             that it no longer exists</para>
    5050        </listitem>
    5151      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.