Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 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:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    r82fedc4 re0e40d3  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/bzip2.xml"
    26     xpointer="xpointer(//*[@os='j'])"/>
     26    xpointer="xpointer(//*[@os='p1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../common/bzip2.xml"
    30     xpointer="xpointer(//*[@os='k'])"/>
     30    xpointer="xpointer(//*[@os='p2'])"/>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="bzip2.xml"
    34     xpointer="xpointer(//*[@os='l'])"/>
     34    xpointer="xpointer(//*[@os='p3'])"/>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3737    href="bzip2.xml"
    38     xpointer="xpointer(//*[@os='m'])"/>
     38    xpointer="xpointer(//*[@os='p4'])"/>
    3939
    40     <para os="ba">We need to remove the tests since they won't work on
     40    <para os="m1">We need to remove the tests since they won't work on
    4141    a multi-architecture build, and tell change the default lib path
    4242    to <filename class="directory">lib64</filename>:</para>
    4343
    44 <screen os="bb"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
     44<screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
    4545    -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
    4646
     
    4949    xpointer="xpointer(//*[@os='a'])"/>
    5050
    51 <screen><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
     51<screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
    5252make clean</userinput></screen>
    5353
     
    5656    xpointer="xpointer(//*[@os='c'])"/>
    5757
    58 <screen><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
     58<screen os="d"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
    5959
    60     <para>Now we remove the 32 bit versions of the programs so we
     60    <para os="m3">Now we remove the 32 bit versions of the programs so we
    6161    can install the 64 bit versions.</para>
    6262
    63 <screen><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen>
     63<screen os="m4"><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen>
     64
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="bzip2.xml"
     67    xpointer="xpointer(//*[@os='e'])"/>
    6468
    6569    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7579    xpointer="xpointer(//*[@os='h'])"/>
    7680
    77 <screen><userinput>cp bzip2-shared /bin/bzip2
     81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     82    href="bzip2.xml"
     83    xpointer="xpointer(//*[@os='i'])"/>
     84
     85<screen os="j"><userinput>cp bzip2-shared /bin/bzip2
    7886cp -a libbz2.so* /lib64
    7987ln -s ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
Note: See TracChangeset for help on using the changeset viewer.