Changeset fae29d0 for BOOK/boot/ppc
- Timestamp:
- Dec 26, 2006, 9:50:37 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- abfae4e
- Parents:
- 0ab3b4b
- Location:
- BOOK/boot/ppc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/powerpc-utils.xml
r0ab3b4b rfae29d0 34 34 we only need one program and it is a simple task to compile it.</para> 35 35 36 <screen><userinput> CC="${CC}"-o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>36 <screen><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen> 37 37 38 38 <para os="c">Install the program:</para> -
BOOK/boot/ppc/yaboot-build.xml
r0ab3b4b rfae29d0 52 52 command fixes both issues:</para> 53 53 54 <screen><userinput>cp Makefile ,{.orig}54 <screen><userinput>cp Makefile{,.orig} 55 55 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 56 56 -e 's/-o root -g root//' \
Note:
See TracChangeset
for help on using the changeset viewer.