Changeset fae29d0


Ignore:
Timestamp:
Dec 26, 2006, 9:50:37 AM (17 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
Files:
4 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//' \
  • BOOK/boot/ppc64/powerpc-utils.xml

    r0ab3b4b rfae29d0  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen><userinput>CC="${CC} ${BUILD32}" -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
     37<screen><userinput>${CC} ${BUILD32} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    r0ab3b4b rfae29d0  
    5454    emulation. The following commands will fix and achieve this:</para>
    5555
    56 <screen><userinput>cp Makefile,{.orig}
     56<screen><userinput>cp Makefile{,.orig}
    5757sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
    5858            -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
Note: See TracChangeset for help on using the changeset viewer.