- Timestamp:
- Jan 25, 2009, 11:17:09 PM (16 years ago)
- Branches:
- master
- Children:
- 6d1c66e
- Parents:
- bd83d71
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs/common/dropbear.xml
rbd83d71 r489ddbd 29 29 <title>Installation of Dropbear</title> 30 30 31 <para os=" p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recogniseit:</para>31 <para os="s1">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para> 32 32 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} 38 34 sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen> 39 35 -
BOOK/cleanup/create-tarball.xml
rbd83d71 r489ddbd 18 18 <screen><userinput>install -dv ${CLFS}/build 19 19 cd ${CLFS}-final 20 tar jcf ${CLFS}/build/clfs-embedded.tar.bz2 *20 tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 * 21 21 </userinput></screen> 22 22 -
BOOK/cleanup/remove-files.xml
rbd83d71 r489ddbd 30 30 <para>Let's remove the static libaries:</para> 31 31 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)" 33 33 for file in $FILES; do 34 34 rm -fv $file 35 35 done</userinput></screen> 36 36
Note:
See TracChangeset
for help on using the changeset viewer.