Changeset 489ddbd in clfs-embedded


Ignore:
Timestamp:
Jan 25, 2009, 3:17:09 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
6d1c66e
Parents:
bd83d71
Message:

Text updates. Removed uneeded Patch

Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs/common/dropbear.xml

    rbd83d71 r489ddbd  
    2929    <title>Installation of Dropbear</title>
    3030
    31     <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para>
     31    <para os="s1">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
    3232
    33     <screen os="p2"><userinput>patch -Np1 -i ../&dropbear-autotool-patch;</userinput></screen>
    34 
    35     <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
    36 
    37     <screen os="p4"><userinput>cp Makefile.in{,.orig}
     33    <screen os="s2"><userinput>cp Makefile.in{,.orig}
    3834sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen>
    3935
  • BOOK/cleanup/create-tarball.xml

    rbd83d71 r489ddbd  
    1818<screen><userinput>install -dv ${CLFS}/build
    1919cd ${CLFS}-final
    20 tar jcf ${CLFS}/build/clfs-embedded.tar.bz2 *
     20tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *
    2121</userinput></screen>
    2222
  • BOOK/cleanup/remove-files.xml

    rbd83d71 r489ddbd  
    3030  <para>Let's remove the static libaries:</para>
    3131
    32 <screen><userinput>FILES="`ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a`"
     32<screen><userinput>FILES="$(ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a)"
    3333for file in $FILES; do
    34     rm -fv $file
     34 rm -fv $file
    3535done</userinput></screen>
    3636
Note: See TracChangeset for help on using the changeset viewer.