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/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    rc0f4a6c r1b274255  
    6767
    6868<screen os="be"><userinput>cp -v configure{,.orig}
    69 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     69sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig &gt; \
    7070    configure</userinput></screen>
    7171
  • BOOK/cross-tools/common/gcc-static.xml

    rc0f4a6c r1b274255  
    5454<screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
    5555sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
    56     gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     56    gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.