Ignore:
Timestamp:
May 29, 2014, 12:53:29 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
150ed37
Parents:
5bef7df
git-author:
Chris Staub <chris@…> (05/29/14 00:48:56)
git-committer:
Chris Staub <chris@…> (05/29/14 00:53:29)
Message:

Replaced redirection operators with &gt;

Location:
BOOK/temp-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bison.xml

    r5bef7df rd3a81ee  
    2626
    2727<screen os='s2'><userinput>cp -v Makefile.in{,.orig}
    28 sed '/bison.help:/s/^/# /' Makefile.in.orig > Makefile.in</userinput></screen>
     28sed '/bison.help:/s/^/# /' Makefile.in.orig &gt; Makefile.in</userinput></screen>
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/gcc.xml

    r5bef7df rd3a81ee  
    9797<screen os="s2"><userinput>cp -v Makefile{,.orig}
    9898sed "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \
    99     Makefile.orig > Makefile</userinput></screen>
     99    Makefile.orig &gt; Makefile</userinput></screen>
    100100
    101101    <para os="cm">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.