Changeset 842cd58


Ignore:
Timestamp:
Aug 14, 2009, 8:13:25 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:
29f6db3
Parents:
7bca962
Message:

Flex Updates - Yes reallygit status

Location:
BOOK
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/flex.xml

    r7bca962 r842cd58  
    2525  <sect2 role="installation">
    2626    <title>Installation of Flex</title>
     27
     28    <para os="p1">The following patch contains fixes to Generate proper
     29    GCC 4.4.x code:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&flex-gcc44-patch;</userinput></screen>
    2732
    2833    <para os="a">Prepare Flex for compilation:</para>
  • BOOK/final-system/multilib/flex-64bit.xml

    r7bca962 r842cd58  
    2121  <sect2 role="installation">
    2222    <title>Installation of Flex</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="flex.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="flex.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/flex-n32.xml

    r7bca962 r842cd58  
    2121  <sect2 role="installation">
    2222    <title>Installation of Flex</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="flex.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="flex.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/flex.xml

    r7bca962 r842cd58  
    2222  <sect2 role="installation">
    2323    <title>Installation of Flex</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/flex.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/flex.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/common/patches.xml

    r7bca962 r842cd58  
    9494
    9595    <varlistentry>
     96      <term>Flex GCC 4.4.x Patch - <token>&flex-gcc44-patch-size;</token>:</term>
     97      <listitem>
     98        <para>Download: <ulink
     99        url="&patches-root;&flex-gcc44-patch;"/></para>
     100        <para>MD5 sum: <literal>&flex-gcc44-patch-md5;</literal></para>
     101      </listitem>
     102    </varlistentry>
     103
     104    <varlistentry>
    96105      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
    97106      <listitem>
  • BOOK/patches.ent

    r7bca962 r842cd58  
    3737<!ENTITY file-cross_compile-patch-size "1 KB">
    3838
     39<!ENTITY flex-gcc44-patch "flex-&flex-version;-gcc44-1.patch">
     40<!ENTITY flex-gcc44-patch-md5 "a6ffbba93d034380e12110bb6d399113">
     41<!ENTITY flex-gcc44-patch-size "12 KB">
     42
    3943<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
    4044<!ENTITY gcc-branch_update-patch-md5 "ab8fc23fb2814b2d1e4128fa8d02f4e2">
  • BOOK/temp-system/common/flex.xml

    r7bca962 r842cd58  
    2222  <sect2 role="installation">
    2323    <title>Installation of Flex</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/flex.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/flex.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <para os="t1">Make sure that Flex doesn't try to include
  • BOOK/temp-system/multilib/flex.xml

    r7bca962 r842cd58  
    2222  <sect2 role="installation">
    2323    <title>Installation of Flex</title>
     24
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26  href="../common/flex.xml"
     27  xpointer="xpointer(//*[@os='p1'])"/>
     28
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30  href="../common/flex.xml"
     31  xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.