Changeset 155e741 in clfs-embedded


Ignore:
Timestamp:
Nov 15, 2006, 9:10:36 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
b9cef84
Parents:
3bb8e6a
Message:

Added packages.xml page for Beyond CLFS 3.x
Modified Dropbear instructions

Location:
BOOK
Files:
1 added
5 edited

Legend:

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

    r3bb8e6a r155e741  
    3131    <para os="a">Configure dropbear:</para>
    3232
    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>
    3434
    3535    <note os="c">
     
    4444    <para os="f">Install the package:</para>
    4545
    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>
    4747
    4848  </sect2>
  • BOOK/beyond-clfs3/common/introduction.xml

    r3bb8e6a r155e741  
    66]>
    77
    8 <sect1 id="ch-beyond-introduction">
     8<sect1 id="ch-bclfs-introduction">
    99  <?dbhtml filename="introduction.html"?>
    1010
     
    1414  functionality to our build.</para>
    1515
     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
    1620</sect1>
  • BOOK/beyond-clfs3/mips-chapter.xml

    r3bb8e6a r155e741  
    1313
    1414  <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"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1617
  • BOOK/beyond-clfs3/x86-chapter.xml

    r3bb8e6a r155e741  
    1313
    1414  <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"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1617</chapter>
  • BOOK/general.ent

    r3bb8e6a r155e741  
    33<!ENTITY month "11"> <!-- Use two digits -->
    44<!ENTITY month_name "November">
    5 <!ENTITY day "14"> <!-- Use two digits -->
     5<!ENTITY day "15"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
Note: See TracChangeset for help on using the changeset viewer.