Changeset 787b933


Ignore:
Timestamp:
Aug 9, 2014, 1:56:54 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
433adfdd
Parents:
223a375
git-author:
Chris Staub <chris@…> (08/09/14 01:55:10)
git-committer:
Chris Staub <chris@…> (08/09/14 01:56:54)
Message:

Don't use sed -i in temp system

Location:
BOOK
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/grub-build.xml

    r223a375 r787b933  
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/x86/grub.xml"
     34    href="../x86/grub-build.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
  • BOOK/boot/sparc/silo-build.xml

    r223a375 r787b933  
    3333<para os="ae">This sed allows us to compile the bin2h binary separately.</para>
    3434
    35 <screen os="ad"><userinput>sed -i -e 's@\$(PROGRAMS)$@programs\n\nprograms: &amp;@' common/Makefile</userinput></screen>
     35<screen os="ad"><userinput>cp -v common/Makefile{,.orig}
     36sed -e 's@\$(PROGRAMS)$@programs\n\nprograms: &amp;@' common/Makefile.orig &gt; common/Makefile</userinput></screen>
    3637
    3738<para os="af">Compile the bin2h and util binaries for the host.</para>
  • BOOK/boot/x86/grub-build.xml

    r223a375 r787b933  
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/x86/grub.xml"
    35     xpointer="xpointer(//*[@os='s2'])"/>
     33<screen os="s2"><userinput>cp -v grub-core/gnulib/stdio.in.h{,.orig}
     34sed -e '/gets is a/d' grub-core/gnulib/stdio.in.h.orig &gt; grub-core/gnulib/stdio.in.h</userinput></screen>
    3635
    3736    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/common/cloog.xml

    r223a375 r787b933  
    3333    xpointer="xpointer(//*[@os='s1'])"/>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    36     href="../../final-system/common/cloog.xml"
    37     xpointer="xpointer(//*[@os='s2'])"/>
     35<screen os="s2"><userinput>cp -v Makefile{,.orig}
     36sed '/cmake/d' Makefile.orig &gt; Makefile</userinput></screen>
    3837
    3938    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/gcc.xml

    r223a375 r787b933  
    5151    xpointer="xpointer(//*[@os='fix1'])"/>
    5252
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
    55     xpointer="xpointer(//*[@os='fix2'])"/>
     53<screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig}
     54sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    5655
    5756    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/mips64-64/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/mips64/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/multilib/cloog.xml

    r223a375 r787b933  
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/common/cloog.xml"
     38    href="../common/cloog.xml"
    3939    xpointer="xpointer(//*[@os='s2'])"/>
    4040
  • BOOK/temp-system/multilib/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/ppc/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/ppc64-64/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
  • BOOK/temp-system/ppc64/gcc.xml

    r223a375 r787b933  
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
     54    href="../common/gcc.xml"
    5555    xpointer="xpointer(//*[@os='fix2'])"/>
    5656
Note: See TracChangeset for help on using the changeset viewer.