[Clfs-commits] commit: r4559 - in /branches/clfs-embedded: BOOK/beyond-clfs/common/dropbear.xml BOOK/cleanup/create-tarball.xml BOOK/cleanup/remove-files.xml patches/dropbear-0.48.1-autotool-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 25 15:17:10 PST 2009


Author: jim
Date: Sun Jan 25 23:17:09 2009
New Revision: 4559

Log:
Text updates. Removed uneeded Patch

Removed:
    branches/clfs-embedded/patches/dropbear-0.48.1-autotool-1.patch
Modified:
    branches/clfs-embedded/BOOK/beyond-clfs/common/dropbear.xml
    branches/clfs-embedded/BOOK/cleanup/create-tarball.xml
    branches/clfs-embedded/BOOK/cleanup/remove-files.xml

Modified: branches/clfs-embedded/BOOK/beyond-clfs/common/dropbear.xml
==============================================================================
--- branches/clfs-embedded/BOOK/beyond-clfs/common/dropbear.xml (original)
+++ branches/clfs-embedded/BOOK/beyond-clfs/common/dropbear.xml Sun Jan 25 23:17:09 2009
@@ -28,13 +28,9 @@
   <sect2 role="installation">
     <title>Installation of Dropbear</title>
 
-    <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para>
+    <para os="s1">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
 
-    <screen os="p2"><userinput>patch -Np1 -i ../&dropbear-autotool-patch;</userinput></screen>
-
-    <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
-
-    <screen os="p4"><userinput>cp Makefile.in{,.orig}
+    <screen os="s2"><userinput>cp Makefile.in{,.orig}
 sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen>
 
     <para os="a">Configure dropbear:</para>

Modified: branches/clfs-embedded/BOOK/cleanup/create-tarball.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cleanup/create-tarball.xml (original)
+++ branches/clfs-embedded/BOOK/cleanup/create-tarball.xml Sun Jan 25 23:17:09 2009
@@ -17,7 +17,7 @@
 
 <screen><userinput>install -dv ${CLFS}/build
 cd ${CLFS}-final
-tar jcf ${CLFS}/build/clfs-embedded.tar.bz2 *
+tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *
 </userinput></screen>
 
   <para>Now you can move your compressed tarball to your target

Modified: branches/clfs-embedded/BOOK/cleanup/remove-files.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cleanup/remove-files.xml (original)
+++ branches/clfs-embedded/BOOK/cleanup/remove-files.xml Sun Jan 25 23:17:09 2009
@@ -29,9 +29,9 @@
 
   <para>Let's remove the static libaries:</para>
 
-<screen><userinput>FILES="`ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a`"
+<screen><userinput>FILES="$(ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a)"
 for file in $FILES; do
-    rm -fv $file
+ rm -fv $file
 done</userinput></screen>
 
 </sect1>




More information about the Clfs-commits mailing list