Changeset 0d52d53


Ignore:
Timestamp:
03/13/2006 07:34:22 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
8873e41
Parents:
1e13f46
Message:

Applied changes from Dan Nicholson. Order change on bison and libtool.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    r1e13f46 r0d52d53  
    5454    <para>To test the results, issue:
    5555    <userinput>make check</userinput>.
    56     This takes a long time, about 2 SBUs.</para>
     56    This takes a long time, about 2 SBUs.  In addition, 2 test are skipped
     57    that use Automake.  For full test coverage, Autoconf can be re-tested
     58    after that package is installed.</para>
    5759
    5860    <para>Install the package:</para>
  • chapter06/bash.xml

    r1e13f46 r0d52d53  
    3434
    3535      <seglistitem>
    36         <seg>Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make,
    37         Ncurses, Readline, and Sed</seg>
     36        <seg>Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
     37        Make, Ncurses, Readline, and Sed</seg>
    3838      </seglistitem>
    3939    </segmentedlist>
  • chapter06/chapter06.xml

    r1e13f46 r0d52d53  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
    3435  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
    3536  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
    3638  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>
    3739  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
     
    4042  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="automake.xml"/>
    4143  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bash.xml"/>
    42   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/>
    4344  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bzip2.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
     
    5859  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kbd.xml"/>
    5960  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="less.xml"/>
    60   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
    6161  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-db.xml"/>
  • chapter06/createfiles.xml

    r1e13f46 r0d52d53  
    1616  has been installed.</para>
    1717
    18 <screen><userinput>ln -sv /tools/bin/{bash,cat,pwd,stty} /bin
     18<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin
    1919ln -sv /tools/bin/perl /usr/bin
    2020ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
Note: See TracChangeset for help on using the changeset viewer.