Changeset 9619f1a
- Timestamp:
- May 22, 2006, 11:58:29 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9b20efa
- Parents:
- bce7d08
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/yaboot.xml
rbce7d08 r9619f1a 90 90 xpointer="xpointer(//*[@os='g'])"/> 91 91 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> 95 98 96 99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 98 101 xpointer="xpointer(//*[@os='i'])"/> 99 102 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>&1 >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> 103 114 104 115 </sect2> -
BOOK/introduction/ppc64/changelog.xml
rbce7d08 r9619f1a 33 33 34 34 --> 35 36 <listitem> 37 <para>May 22, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Add missing CFLAGS in yaboot's make, with yet another 41 important box for it, and log the output from yaboot's install so that 42 we can test it for warning messages from ld which show it is broken. 43 </para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 35 47 36 48 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.