Changeset 4e02ed8


Ignore:
Timestamp:
Dec 21, 2008, 5:16:36 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:
8c4f60c
Parents:
9f652e6
Message:

Fixed Validation Errors with LZMA Change

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r9f652e6 r4e02ed8  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/lzma.xml"
    27     xpointer="xpointer(//*[@os='ca'])"/>
     27    xpointer="xpointer(//*[@os='a'])"/>
     28
     29<screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     30            --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2831
    2932    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3336    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3437    href="../common/lzma.xml"
    35     xpointer="xpointer(//*[@os='a'])"/>
    36 
    37 <screen os="cc"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38             --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/lzma.xml"
    4238    xpointer="xpointer(//*[@os='cd'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/lzma.xml"
    46     xpointer="xpointer(//*[@os='ce'])"/>
    4739
    4840  </sect2>
  • BOOK/temp-system/common/lzma.xml

    r9f652e6 r4e02ed8  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="cc"><userinput>CC="${CC}" ./configure --prefix=/tools \
     29<screen os="cb"><userinput>CC="${CC}" ./configure --prefix=/tools \
    3030            --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    32     <para os="cd">Install the package:</para>
     32    <para os="cc">Install the package:</para>
    3333
    34 <screen os="ce"><userinput>make install</userinput></screen>
     34<screen os="cd"><userinput>make install</userinput></screen>
    3535
    3636  </sect2>
  • BOOK/temp-system/multilib/lzma.xml

    r9f652e6 r4e02ed8  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="cc"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030            --build=${CLFS_HOST} --host=${CLFS_TARGET}\
    3131            --libdir=/tools/lib64</userinput></screen>
     
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3434    href="../common/lzma.xml"
    35     xpointer="xpointer(//*[@os='cd'])"/>
     35    xpointer="xpointer(//*[@os='cc'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3838    href="../common/lzma.xml"
    39     xpointer="xpointer(//*[@os='ce'])"/>
     39    xpointer="xpointer(//*[@os='cd'])"/>
    4040
    4141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.