Changeset 2447f2b


Ignore:
Timestamp:
08/03/10 02:04:49 (3 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
7c59b6050acf71166eb2224e248c32fcab798d1e
Parents:
c173967990ddfaa94c5d6ca9978d666d243df00f
git-author:
Joe Ciccone <jciccone@gmail.com>2010-08-02 22:04:49-04:00
git-committer:
Joe Ciccone <jciccone@gmail.com>2010-08-02 22:04:49-04:00
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

    r842cd58 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

    r842cd58 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

    r842cd58 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.