Changeset 155e741 in clfs-embedded for BOOK/beyond-clfs3
- Timestamp:
- Nov 15, 2006, 9:10:36 AM (18 years ago)
- Branches:
- master
- Children:
- b9cef84
- Parents:
- 3bb8e6a
- Location:
- BOOK/beyond-clfs3
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
r3bb8e6a r155e741 31 31 <para os="a">Configure dropbear:</para> 32 32 33 <screen os="b"><userinput>./configure --prefix=/usr CC="${CLFS_TARGET}-gcc" RANLIB="${CLFS_TARGET}-ranlib" AR="${CLFS_TARGET}-ar" STRIP="${CLFS_TARGET}-strip"</userinput></screen>33 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 34 34 35 35 <note os="c"> … … 44 44 <para os="f">Install the package:</para> 45 45 46 <screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=$ CLFS/</userinput></screen>46 <screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}/</userinput></screen> 47 47 48 48 </sect2> -
BOOK/beyond-clfs3/common/introduction.xml
r3bb8e6a r155e741 6 6 ]> 7 7 8 <sect1 id="ch-b eyond-introduction">8 <sect1 id="ch-bclfs-introduction"> 9 9 <?dbhtml filename="introduction.html"?> 10 10 … … 14 14 functionality to our build.</para> 15 15 16 <para os="b">In this section, we explain how to compile embedded packages 17 for use with the system. We will also cover how to configure some of the 18 Busybox Utilities.</para> 19 16 20 </sect1> -
BOOK/beyond-clfs3/mips-chapter.xml
r3bb8e6a r155e741 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/> 16 17 -
BOOK/beyond-clfs3/x86-chapter.xml
r3bb8e6a r155e741 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/> 16 17 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.