Ignore:
Timestamp:
Feb 21, 2006, 1:40:36 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
beddd7f
Parents:
38a5094f
Message:

r880@server (orig r878): ken | 2005-12-09 17:54:03 -0800
Simplify bzip2 installation on multilib, based on a suggestion by Go Moko, and reword what gets tested

File:
1 edited

Legend:

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

    r38a5094f r9306bac  
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="bzip2.xml"
     33    href="../common/bzip2.xml"
    3434    xpointer="xpointer(//*[@os='p3'])"/>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="bzip2.xml"
     37    href="../common/bzip2.xml"
    3838    xpointer="xpointer(//*[@os='p4'])"/>
    3939
     
    5656    xpointer="xpointer(//*[@os='c'])"/>
    5757
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="bzip2-n32.xml"
     60    xpointer="xpointer(//*[@os='c1'])"/>
     61
    5862<screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
    5963
    60     <para os="m3">Now we remove the 32 bit versions of the programs so we
    61     can install the 64 bit versions.</para>
    62 
    63 <screen os="m4"><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     65    href="../common/bzip2.xml"
     66    xpointer="xpointer(//*[@os='f'])"/>
    6467
    6568    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="bzip2.xml"
     69    href="../common/bzip2.xml"
    6770    xpointer="xpointer(//*[@os='g'])"/>
    6871
    6972    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="bzip2.xml"
     73    href="../common/bzip2.xml"
    7174    xpointer="xpointer(//*[@os='h'])"/>
    7275
    7376    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    74     href="bzip2.xml"
     77    href="../common/bzip2.xml"
    7578    xpointer="xpointer(//*[@os='i'])"/>
    7679
     
    7982ln -s ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
    8083rm /usr/bin/{bunzip2,bzcat,bzip2}
     84ln -s bzip2 /bin/bunzip2
    8185ln -s bzip2 /bin/bzcat</userinput></screen>
    8286
Note: See TracChangeset for help on using the changeset viewer.