Changeset 2447f2b for BOOK


Ignore:
Timestamp:
Aug 2, 2010, 7:04:49 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7c59b60
Parents:
c173967
Message:

Fix mismatched xincludes for flex.

Location:
BOOK/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/flex-64bit.xml

    rc173967 r2447f2b  
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    44     href="flex.xml"
     44    href="../common/flex.xml"
    4545    xpointer="xpointer(//*[@os='d'])"/>
    4646
  • BOOK/final-system/multilib/flex-n32.xml

    rc173967 r2447f2b  
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4848    href="flex.xml"
    49     xpointer="xpointer(//*[@os='e'])"/>
     49    xpointer="xpointer(//*[@os='f'])"/>
    5050
    5151    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5252    href="flex.xml"
    53     xpointer="xpointer(//*[@os='f'])"/>
     53    xpointer="xpointer(//*[@os='g'])"/>
    5454
    55     <para os="g">There are some packages that expect to find the
     55    <para os="h">There are some packages that expect to find the
    5656    <filename class="libraryfile">lex</filename> library in <filename
    5757    class="directory">/usr/lib32</filename>. Create a symlink to account for
    5858    this:</para>
    5959
    60 <screen os="h"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen>
     60<screen os="i"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen>
    6161
    6262  </sect2>
  • BOOK/final-system/multilib/flex.xml

    rc173967 r2447f2b  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="h"><userinput>make libfl.a</userinput></screen>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="../common/flex.xml"
    47     xpointer="xpointer(//*[@os='d'])"/>
    48 
    49 <screen os="e"><userinput>make install-libLIBRARIES</userinput></screen>
     43<screen os="d"><userinput>make libfl.a libfl_pic.a</userinput></screen>
    5044
    5145    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5347    xpointer="xpointer(//*[@os='f'])"/>
    5448
     49<screen os="g"><userinput>make install-libLIBRARIES</userinput></screen>
     50
    5551    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5652    href="../common/flex.xml"
    57     xpointer="xpointer(//*[@os='g'])"/>
     53    xpointer="xpointer(//*[@os='h'])"/>
     54
     55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     56    href="../common/flex.xml"
     57    xpointer="xpointer(//*[@os='i'])"/>
    5858
    5959  </sect2>
Note: See TracChangeset for help on using the changeset viewer.