Changeset 1b274255 for BOOK/cross-tools


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
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    rc0f4a6c r1b274255  
    3232
    3333<screen os="s2"><userinput>cp -v configure{,.orig}
    34 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
     34sed -e 's/3.4/3.[0-9]/g' configure.orig &gt; configure</userinput></screen>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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"
  • BOOK/cross-tools/native/gcc.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/native/toolchain.xml

    rc0f4a6c r1b274255  
    102102#undef STANDARD_STARTFILE_PREFIX_2
    103103#define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
    104 #define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen>
     104#define STANDARD_STARTFILE_PREFIX_2 \"\"" &gt;&gt; gcc/config/linux.h</userinput></screen>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    116116
    117117<screen os="be"><userinput>cp -v configure{,.orig}
    118 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     118sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig &gt; \
    119119    configure</userinput></screen>
    120120
  • BOOK/cross-tools/native64/gcc.xml

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

    rc0f4a6c r1b274255  
    123123
    124124<screen os="be"><userinput>cp -v configure{,.orig}
    125 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     125sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig &gt; \
    126126    configure</userinput></screen>
    127127
  • BOOK/cross-tools/x86_64/gcc-final.xml

    rc0f4a6c r1b274255  
    6868
    6969<screen os="be"><userinput>cp -v configure{,.orig}
    70 sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \
     70sed -e  '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig &gt; \
    7171    configure</userinput></screen>
    7272
Note: See TracChangeset for help on using the changeset viewer.