Changes in BOOK/boot/ppc/powerpc-utils.xml [dabbced:9aaf578]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/powerpc-utils.xml
rdabbced r9aaf578 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <para os=" a">This package's Makefile has issues with cross-compiling. Fortunately,33 <para os="c">This package's Makefile has issues with cross-compiling. Fortunately, 34 34 we only need one program and it is a simple task to compile it.</para> 35 35 36 <screen ><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>36 <screen os="d"><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen> 37 37 38 <para os=" c">Install the program:</para>38 <para os="e">Install the program:</para> 39 39 40 <screen os=" d"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen>40 <screen os="f"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen> 41 41 42 42 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.