Changeset 1b274255 for BOOK/temp-system


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/temp-system
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • 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.