Changeset 9aaf578 for BOOK/boot/ppc
- Timestamp:
- May 6, 2014, 5:09:26 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8e02d40
- Parents:
- 8ac4555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/powerpc-utils.xml
r8ac4555 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.