Changeset 1b274255


Ignore:
Timestamp:
Jan 6, 2009, 2:12:15 PM (15 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
Files:
30 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"
  • 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
  • BOOK/final-system/common/adjusting.xml

    rc0f4a6c r1b274255  
    1616<screen os="c"><userinput>gcc -dumpspecs | \
    1717perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \
    18      -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
     18     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' &gt; \
    1919     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2020
  • BOOK/final-system/common/bison.xml

    rc0f4a6c r1b274255  
    3434    this:</para>
    3535
    36 <screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> 
     36<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen> 
    3737
    3838    <para os="c">Compile the package:</para>
  • BOOK/final-system/mips64-64/adjusting.xml

    rc0f4a6c r1b274255  
    1919     -e 's@/tools/lib32/ld@/lib32/ld@g;' \
    2020     -e 's@/tools/lib64/ld@/lib64/ld@g;' \
    21      -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
     21     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' &gt; \
    2222     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2323
  • BOOK/final-system/mips64/adjusting.xml

    rc0f4a6c r1b274255  
    1919     -e 's@/tools/lib32/ld@/lib32/ld@g;' \
    2020     -e 's@/tools/lib64/ld@/lib64/ld@g;' \
    21      -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
     21     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' &gt; \
    2222     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2323
  • BOOK/final-system/multilib/adjusting.xml

    rc0f4a6c r1b274255  
    1818perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \
    1919     -e 's@/tools/lib64/ld@/lib64/ld@g;' \
    20      -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
     20     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' &gt; \
    2121     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2222
  • BOOK/temp-system/common/bzip2.xml

    rc0f4a6c r1b274255  
    2828
    2929<screen os="cb"><userinput>cp -v Makefile{,.orig}
    30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen>
     30sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig &gt; Makefile</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/coreutils.xml

    rc0f4a6c r1b274255  
    3030
    3131<screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig}
    32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     32sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    3333
    3434    <para os="ba">Configure can not properly determine how to get free space
  • BOOK/temp-system/common/gettext.xml

    rc0f4a6c r1b274255  
    3333    compilation errors because of this assumption:</para>
    3434
    35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
     35<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" &gt; config.cache</userinput></screen>
    3636
    3737    <para os="c">Prepare Gettext for compilation:</para>
  • BOOK/temp-system/common/gzip.xml

    rc0f4a6c r1b274255  
    2929<screen os="s2"><userinput>for file in $(grep -lr futimens *); do
    3030  cp -v ${file}{,.orig}
    31   sed -e "s/futimens/gl_&amp;/" ${file}.orig > ${file}
     31  sed -e "s/futimens/gl_&amp;/" ${file}.orig &gt; ${file}
    3232done</userinput></screen>
    3333
  • BOOK/temp-system/multilib/bzip2.xml

    rc0f4a6c r1b274255  
    3030<screen os="m2"><userinput>cp -v Makefile{,.orig}
    3131sed -e 's@^\(all:.*\) test@\1@g' \
    32     -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig > Makefile</userinput></screen>
     32    -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig &gt; Makefile</userinput></screen>
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native/bzip2.xml

    rc0f4a6c r1b274255  
    2828
    2929<screen os="cb"><userinput>cp -v Makefile{,.orig}
    30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen>
     30sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig &gt; Makefile</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native/coreutils.xml

    rc0f4a6c r1b274255  
    3030
    3131<screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig}
    32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     32sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    3333
    3434    <para os="ba">Configure can not properly determine how to get free space
  • BOOK/temp-system/native/gcc.xml

    rc0f4a6c r1b274255  
    5151<screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
    5252sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \
    53     gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>
     53    gcc/cppdefault.c.orig &gt; gcc/cppdefault.c</userinput></screen>
    5454
    5555    <para os="cf">Also, we need to set the directory searched by the fixincludes
     
    5858<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    5959sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    60     gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
     60    gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    6161
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native/gettext.xml

    rc0f4a6c r1b274255  
    3333    compilation errors because of this assumption:</para>
    3434
    35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
     35<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" &gt; config.cache</userinput></screen>
    3636
    3737    <para os="c">Prepare Gettext for compilation:</para>
  • BOOK/temp-system/native/gzip.xml

    rc0f4a6c r1b274255  
    2929<screen os="s2"><userinput>for file in $(grep -lr futimens *); do
    3030  cp -v ${file}{,.orig}
    31   sed -e "s/futimens/gl_&amp;/" ${file}.orig > ${file}
     31  sed -e "s/futimens/gl_&amp;/" ${file}.orig &gt; ${file}
    3232done</userinput></screen>
    3333
  • BOOK/temp-system/native64/bzip2.xml

    rc0f4a6c r1b274255  
    3030<screen os="m2"><userinput>cp -v Makefile{,.orig}
    3131sed -e 's@^\(all:.*\) test@\1@g' \
    32     -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig > Makefile</userinput></screen>
     32    -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig &gt; Makefile</userinput></screen>
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/native64/gcc.xml

    rc0f4a6c r1b274255  
    6969<screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
    7070sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
    71    gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
     71   gcc/Makefile.in.orig2 &gt; gcc/Makefile.in</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/x86_64/gcc.xml

    rc0f4a6c r1b274255  
    6969<screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
    7070sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \
    71    gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen>
     71   gcc/Makefile.in.orig2 &gt; gcc/Makefile.in</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.