Changeset 276d9ed


Ignore:
Timestamp:
Jun 5, 2009, 10:08:41 PM (15 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:
6861354
Parents:
83a9b6e
Message:

Added sed to Cross-Tools Section gcc-final to prevent from running fixinclude's script

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    r83a9b6e r276d9ed  
    6262    href="gcc-static.xml"
    6363    xpointer="xpointer(//*[@os='aj'])"/>
     64
     65    <para os="gcf1">Now we will prevent gcc from running the fixincludes script, so
     66    it doesn't modify any of the headers we have installed:</para>
     67
     68<screen os="gcf2"><userinput>cp -v gcc/Makefile.in{,.orig}
     69sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    6470
    6571    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r83a9b6e r276d9ed  
    5757        <listitem>
    5858          <para>[Jim] - Updated VIM Branch Update Patch to -15.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[Jim] - Added sed to Cross-Tools Section gcc-final to prevent
     62          the running of GCC's fixincludes script.</para>
    5963        </listitem>
    6064      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.