Changeset 1dd3ee2 for BOOK/final-system


Ignore:
Timestamp:
May 22, 2006, 1:21:13 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:
81118fc
Parents:
a7e64f3
Message:

r3583@server: jim | 2006-05-22 01:16:46 -0700
Updates to Bzip2 text and build for multilib

Location:
BOOK/final-system
Files:
3 edited

Legend:

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

    ra7e64f3 r1dd3ee2  
    6161<screen os="e"><userinput>make</userinput></screen>
    6262
    63     <para os="f">If reinstalling Bzip2, perform
     63    <note os="f">
     64    <para>If reinstalling Bzip2, perform
    6465    <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
    6566    following <command>make install</command> will fail.</para>
     67    </note>
    6668
    6769    <para os="g">Install the programs:</para>
  • BOOK/final-system/multilib/bzip2-n32.xml

    ra7e64f3 r1dd3ee2  
    4343    <para os="c1">Recompile the package using a non-shared library.</para>
    4444
    45 <screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>
     45<screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/bzip2.xml

    ra7e64f3 r1dd3ee2  
    3838    xpointer="xpointer(//*[@os='d'])"/>
    3939
    40 <screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"</userinput></screen>
     40<screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" libbz2.a</userinput></screen>
    4141
    4242    <para os="i">Install the libraries, make
Note: See TracChangeset for help on using the changeset viewer.