Ignore:
Timestamp:
May 22, 2006, 4:58:29 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9b20efa
Parents:
bce7d08
Message:

r3599@server (orig r1638): ken | 2006-05-22 16:15:27 -0700
Brown-paper-bag fix that I noticed while trying to build yaboot for chapter 7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64/yaboot.xml

    rbce7d08 r9619f1a  
    9090    xpointer="xpointer(//*[@os='g'])"/>
    9191
    92     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    93     href="../ppc/yaboot.xml"
    94     xpointer="xpointer(//*[@os='h'])"/>
     92<screen os="h"><userinput>CFLAGS="${BUILD32}" make PREFIX=/usr</userinput></screen>
     93
     94    <important>
     95      <para>The CFLAGS on the above command are equally critical
     96      for a successful install.</para>
     97    </important>
    9598
    9699    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    98101    xpointer="xpointer(//*[@os='i'])"/>
    99102
    100     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    101     href="../ppc/yaboot.xml"
    102     xpointer="xpointer(//*[@os='j'])"/>
     103<screen><userinput>make PREFIX=/usr install 2&gt;&amp;1 &gt;instlog</userinput></screen>
     104
     105    <para os='k'>To ensure that the install was successful, run the following
     106    command:</para>
     107
     108<screen os='l'><userinput>grep 'powerpc:common64' instlog</userinput></screen>
     109
     110    <para os='m'>If the command gave you <emphasis>any</emphasis> output
     111    (... is incompatible with powerpc:common output) the build is broken and
     112    you will have to repeat it with <emphasis>all</emphasis> of the items
     113    marked as important.</para>
    103114
    104115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.