Changeset 1b274255 for BOOK/boot


Ignore:
Timestamp:
Jan 6, 2009, 2:12:15 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0531d7a
Parents:
c0f4a6c
Message:

Changed > to &gt throughout the book.

Location:
BOOK/boot
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/sysvinit.xml

    rc0f4a6c r1b274255  
    3131    -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \
    3232    -e "s@/usr/lib@/tools/lib@" \
    33     src/Makefile.orig > src/Makefile</userinput></screen>
     33    src/Makefile.orig &gt; src/Makefile</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/e2fsprogs.xml

    rc0f4a6c r1b274255  
    2828<screen os="m2"><userinput>chmod -v 0755 configure
    2929cp -v configure{,.orig}
    30 sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
     30sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig &gt; configure</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc/yaboot-build.xml

    rc0f4a6c r1b274255  
    5555sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    5656    -e 's/-o root -g root//' \
    57     Makefile.orig > Makefile</userinput></screen>
     57    Makefile.orig &gt; Makefile</userinput></screen>
    5858
    5959    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    rc0f4a6c r1b274255  
    5959            -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    6060            -e 's/-o root -g root//' \
    61     Makefile.orig > Makefile</userinput></screen>
     61    Makefile.orig &gt; Makefile</userinput></screen>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.