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/common
Files:
4 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
Note: See TracChangeset for help on using the changeset viewer.