Changeset fae29d0 for BOOK/boot/ppc


Ignore:
Timestamp:
Dec 26, 2006, 9:50:37 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
abfae4e
Parents:
0ab3b4b
Message:

Fix a few typos in the ppc build.

Location:
BOOK/boot/ppc
Files:
2 edited

Legend:

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

    r0ab3b4b rfae29d0  
    3434    we only need one program and it is a simple task to compile it.</para>
    3535
    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>
    3737
    3838    <para os="c">Install the program:</para>
  • BOOK/boot/ppc/yaboot-build.xml

    r0ab3b4b rfae29d0  
    5252    command fixes both issues:</para>
    5353
    54 <screen><userinput>cp Makefile,{.orig}
     54<screen><userinput>cp Makefile{,.orig}
    5555sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    5656    -e 's/-o root -g root//' \
Note: See TracChangeset for help on using the changeset viewer.