Changeset 26332de for final-system/ppc64
- Timestamp:
- May 22, 2006, 4:58:29 PM (18 years ago)
- Children:
- 4c9012f
- Parents:
- 8352f5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/ppc64/yaboot.xml
r8352f5a r26332de 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>
Note:
See TracChangeset
for help on using the changeset viewer.