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-n32.xml

    r82fedc4 re0e40d3  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="bzip2.xml"
    27     xpointer="xpointer(//*[@os='l'])"/>
     27    xpointer="xpointer(//*[@os='p3'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    href="bzip2.xml"
    31     xpointer="xpointer(//*[@os='m'])"/>
     31    xpointer="xpointer(//*[@os='p4'])"/>
    3232
    33     <para>We need to remove the tests since they won't work on
     33    <para os="m1">We need to remove the tests since they won't work on
    3434    a multi-architecture build, and tell change the default lib path
    3535    to <filename class="directory">lib32</filename>:</para>
    3636
    37 <screen><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
     37<screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
    3838    -e 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen>
    3939
     
    4242    xpointer="xpointer(//*[@os='a'])"/>
    4343
    44 <screen><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"
     44<screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"
    4545make clean</userinput></screen>
    4646
     
    4949    xpointer="xpointer(//*[@os='c'])"/>
    5050
    51 <screen><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>
     51<screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>
    5252
    53     <para>Now we remove the 32 bit versions of the programs so we
     53    <para os="m3">Now we remove the 32 bit versions of the programs so we
    5454    can install the n32 bit versions.</para>
    5555
    56 <screen><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen>
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="bzip2-64bit.xml"
     58    xpointer="xpointer(//*[@os='m4'])"/>
     59
     60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     61    href="bzip2.xml"
     62    xpointer="xpointer(//*[@os='e'])"/>
    5763
    5864    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6874    xpointer="xpointer(//*[@os='h'])"/>
    6975
    70 <screen><userinput>cp bzip2-shared /bin/bzip2
     76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77    href="bzip2.xml"
     78    xpointer="xpointer(//*[@os='i'])"/>
     79
     80<screen os="j"><userinput>cp bzip2-shared /bin/bzip2
    7181cp -a libbz2.so* /lib32
    7282ln -s ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so
Note: See TracChangeset for help on using the changeset viewer.