Changeset 2ce95e9


Ignore:
Timestamp:
May 19, 2011, 7:23:24 AM (13 years ago)
Author:
Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1ac2d0c
Parents:
2864455
Message:

No longer need to move liblmza.a in XZ for pure 32 / 64bit builds

Location:
BOOK
Files:
5 edited

Legend:

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

    r2864455 r2ce95e9  
    3636<screen os="d"><userinput>make</userinput></screen>
    3737
    38     <para os="e">Install the programs:</para>
    39 
    40 <screen os="f"><userinput>make install</userinput></screen>
    41 
    42     <para os="g">Move the <filename>xz</filename> binary, and several symlinks
     38    <para os="e">To test the results, issue:
     39    <userinput>make check</userinput>.</para>
     40
     41
     42    <para os="f">Install the programs:</para>
     43
     44<screen os="g"><userinput>make install</userinput></screen>
     45
     46    <para os="h">Move the <filename>xz</filename> binary, and several symlinks
    4347    that point to it, into the /bin directory:</para>
    4448
    45 <screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen>
    46 
    47     <para os="i">Move the static libraries to the proper location:</para>
    48 
    49 <screen os="j"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen>
     49<screen os="i"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen>
    5050
    5151  </sect2>
  • BOOK/final-system/multilib/xz-64bit.xml

    r2864455 r2ce95e9  
    5656    xpointer="xpointer(//*[@os='i'])"/>
    5757
    58 <screen os="j"><userinput>mv -v /lib64/liblzma.a /usr/lib64</userinput></screen>
     58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     59    href="xz.xml"
     60    xpointer="xpointer(//*[@os='j'])"/>
     61
     62    <screen os="k"><userinput>mv -v /lib64/liblzma.a /usr/lib64</userinput></screen>
    5963
    6064  </sect2>
  • BOOK/final-system/multilib/xz-n32.xml

    r2864455 r2ce95e9  
    5757    xpointer="xpointer(//*[@os='i'])"/>
    5858
    59 <screen os="j"><userinput>mv -v /lib32/liblzma.a /usr/lib32</userinput></screen>
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="xz.xml"
     61    xpointer="xpointer(//*[@os='j'])"/>
     62
     63<screen os="k"><userinput>mv -v /lib32/liblzma.a /usr/lib32</userinput></screen>
    6064
    6165  </sect2>
  • BOOK/final-system/multilib/xz.xml

    r2864455 r2ce95e9  
    5757    xpointer="xpointer(//*[@os='i'])"/>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60     href="../common/xz.xml"
    61     xpointer="xpointer(//*[@os='j'])"/>
     59    <para os="j">Move the static libraries to the proper location:</para>
     60
     61    <screen os="k"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen>
    6262
    6363  </sect2>
  • BOOK/introduction/common/changelog.xml

    r2864455 r2ce95e9  
    4040      <para>May 19, 2011</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - No longer need to move liblmza.a on pure builds.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[Jonathan] - Added Glib, dependancy of new Pkg-config.</para>
Note: See TracChangeset for help on using the changeset viewer.