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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.