Changeset 124ebe0 in clfs-sysroot for BOOK/final-system/common/zlib.xml


Ignore:
Timestamp:
Jun 6, 2006, 1:06:13 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
817bb11
Parents:
fa397e4
Message:

r3843@server (orig r1733): jciccone | 2006-06-06 12:54:26 -0700
Fixed a few typos.

File:
1 edited

Legend:

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

    rfa397e4 r124ebe0  
    3131<screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>
    3232
    33     <para os="s1">The following sed tells the Makefile to pass r to AR:</para>
    34 
    35 <screen os="s2"><userinput>cp Makefile.in{,.orig}
    36 sed 's/$(AR) $@/$(AR) r $@/' Makefile.in.orig &gt; Makefile.in</userinput></screen>
    37 
    3833    <para os="a">Prepare Zlib for compilation:</para>
    3934
     
    4237    <para os="c">Compile the package:</para>
    4338
    44 <screen os="d"><userinput>make</userinput></screen>
     39<screen os="d"><userinput>make AR="${AR} rc"</userinput></screen>
    4540
    4641    <para os="e">Install the pacakge:</para>
Note: See TracChangeset for help on using the changeset viewer.