Changeset 7327f1f for BOOK


Ignore:
Timestamp:
Aug 14, 2013, 11:33:15 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9c231d36
Parents:
20469efe
Message:

Disable fixincludes during GCC install during final-system install.

Location:
BOOK/final-system
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/gcc.xml

    r20469efe r7327f1f  
    2727
    2828<screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>
     29
     30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     31    href="../common/gcc.xml"
     32    xpointer="xpointer(//*[@os='fix1'])"/>
     33
     34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     35    href="../common/gcc.xml"
     36    xpointer="xpointer(//*[@os='fix2'])"/>
    2937
    3038    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/common/gcc.xml

    r20469efe r7327f1f  
    2525  <sect2 role="installation">
    2626    <title>Installation of GCC</title>
     27
     28    <para os="fix1">Apply a <command>sed</command> subsitution that will
     29    suppress the execution of the <command>fixincludes</command> script:</para>
     30
     31<screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig}
     32sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.orig > gcc/Makefile.in</userinput></screen>
    2733
    2834    <para os="d">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/final-system/mips/gcc.xml

    r20469efe r7327f1f  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='fix1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='fix2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/mips64-64/gcc.xml

    r20469efe r7327f1f  
    2727
    2828<screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>
     29
     30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     31    href="../common/gcc.xml"
     32    xpointer="xpointer(//*[@os='fix1'])"/>
     33
     34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     35    href="../common/gcc.xml"
     36    xpointer="xpointer(//*[@os='fix2'])"/>
    2937
    3038    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/mips64/gcc.xml

    r20469efe r7327f1f  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='fix1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='fix2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    r20469efe r7327f1f  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='fix1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='fix2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/ppc/gcc.xml

    r20469efe r7327f1f  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='fix1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='fix2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    r20469efe r7327f1f  
    2121  <sect2 role="installation">
    2222    <title>Installation of GCC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/gcc.xml"
     26    xpointer="xpointer(//*[@os='fix1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/gcc.xml"
     30    xpointer="xpointer(//*[@os='fix2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.