Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc/powerpc-utils.xml

    r9aaf578 rdabbced  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33     <para os="c">This package's Makefile has issues with cross-compiling. Fortunately,
     33    <para os="a">This package's Makefile has issues with cross-compiling. Fortunately,
    3434    we only need one program and it is a simple task to compile it.</para>
    3535
    36 <screen os="d"><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
     36<screen><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
    3737
    38     <para os="e">Install the program:</para>
     38    <para os="c">Install the program:</para>
    3939
    40 <screen os="f"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen>
     40<screen os="d"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen>
    4141
    4242  </sect2>
Note: See TracChangeset for help on using the changeset viewer.