Changeset 01915d5


Ignore:
Timestamp:
Dec 24, 2008, 2:49:19 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:
9c23d11f
Parents:
9b60681
Message:

Fixed LZMA Linking in Book - Part 2

Location:
BOOK/temp-system
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/lzma.xml

    r9b60681 r01915d5  
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../common/lzma.xml"
    34     xpointer="xpointer(//*[@os='cc'])"/>
     34    xpointer="xpointer(//*[@os='c'])"/>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="../common/lzma.xml"
    38     xpointer="xpointer(//*[@os='cd'])"/>
     38    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/lzma.xml"
     42    xpointer="xpointer(//*[@os='ce'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/lzma.xml"
     46    xpointer="xpointer(//*[@os='cf'])"/>
    3947
    4048  </sect2>
  • BOOK/temp-system/common/lzma.xml

    r9b60681 r01915d5  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    32     <para os="cc">Install the package:</para>
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../../final-system/common/lzma.xml"
     34    xpointer="xpointer(//*[@os='c'])"/>
    3335
    34 <screen os="cd"><userinput>make install</userinput></screen>
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../../final-system/common/lzma.xml"
     38    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <para os="ce">Install the package:</para>
     41
     42<screen os="cf"><userinput>make install</userinput></screen>
    3543
    3644  </sect2>
  • BOOK/temp-system/multilib/lzma.xml

    r9b60681 r01915d5  
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3434    href="../common/lzma.xml"
    35     xpointer="xpointer(//*[@os='cc'])"/>
     35    xpointer="xpointer(//*[@os='c'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3838    href="../common/lzma.xml"
    39     xpointer="xpointer(//*[@os='cd'])"/>
     39    xpointer="xpointer(//*[@os='d'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../common/lzma.xml"
     43    xpointer="xpointer(//*[@os='ce'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../common/lzma.xml"
     47    xpointer="xpointer(//*[@os='cf'])"/>
    4048
    4149  </sect2>
  • BOOK/temp-system/native/lzma.xml

    r9b60681 r01915d5  
    2929<screen os="cb"><userinput>./configure --prefix=/tools</userinput></screen>
    3030
    31     <para os="cc">Install the package:</para>
     31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     32    href="../../final-system/common/lzma.xml"
     33    xpointer="xpointer(//*[@os='c'])"/>
    3234
    33 <screen os="cd"><userinput>make install</userinput></screen>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../../final-system/common/lzma.xml"
     37    xpointer="xpointer(//*[@os='d'])"/>
     38
     39    <para os="ce">Install the package:</para>
     40
     41<screen os="cf"><userinput>make install</userinput></screen>
    3442
    3543  </sect2>
  • BOOK/temp-system/native64/lzma.xml

    r9b60681 r01915d5  
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../native/lzma.xml"
    34     xpointer="xpointer(//*[@os='cc'])"/>
     33    href="../common/lzma.xml"
     34    xpointer="xpointer(//*[@os='c'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/lzma.xml"
     38    xpointer="xpointer(//*[@os='d'])"/>
    3539
    3640    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3741    href="../native/lzma.xml"
    38     xpointer="xpointer(//*[@os='cd'])"/>
     42    xpointer="xpointer(//*[@os='ce'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../native/lzma.xml"
     46    xpointer="xpointer(//*[@os='cf'])"/>
    3947
    4048  </sect2>
Note: See TracChangeset for help on using the changeset viewer.