Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/readline.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

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

    r89c10a9 r586feb7  
    3333    <para os="a">Prepare Readline for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib --host=${LFS_TARGET}</userinput></screen>
     35<screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib --host=${CLFS_TARGET}</userinput></screen>
    3636
    3737    <para os="c">Compile the package:</para>
     
    5353    <para os="f">Install the package:</para>
    5454
    55 <screen os="g"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     55<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5656
    5757    <para os="h">Give Readline's dynamic libraries more appropriate
    5858    permissions:</para>
    5959
    60 <screen os="i"><userinput>chmod -v 755 ${LFS}/lib/lib{readline,history}.so*</userinput></screen>
     60<screen os="i"><userinput>chmod -v 755 ${CLFS}/lib/lib{readline,history}.so*</userinput></screen>
    6161
    6262    <para os="j">Now move the static libraries to a more appropriate location:</para>
    6363
    64 <screen os="k"><userinput>mv -v ${LFS}/lib/lib{readline,history}.a ${LFS}/usr/lib</userinput></screen>
     64<screen os="k"><userinput>mv -v ${CLFS}/lib/lib{readline,history}.a ${CLFS}/usr/lib</userinput></screen>
    6565
    6666    <para os="l">Next, remove the <filename class="extension">.so</filename>
     
    6868    <filename class="directory">/usr/lib</filename>.</para>
    6969
    70 <screen os="m"><userinput>rm -v ${LFS}/lib/lib{readline,history}.so
    71 ln -svf ../../lib/libreadline.so.5 ${LFS}/usr/lib/libreadline.so
    72 ln -svf ../../lib/libhistory.so.5 ${LFS}/usr/lib/libhistory.so</userinput></screen>
     70<screen os="m"><userinput>rm -v ${CLFS}/lib/lib{readline,history}.so
     71ln -svf ../../lib/libreadline.so.5 ${CLFS}/usr/lib/libreadline.so
     72ln -svf ../../lib/libhistory.so.5 ${CLFS}/usr/lib/libhistory.so</userinput></screen>
    7373
    7474  </sect2>
Note: See TracChangeset for help on using the changeset viewer.