Changeset b943097


Ignore:
Timestamp:
12/02/2008 09:54:01 AM (15 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b0e1dc8
Parents:
2a6c7b3
Message:

Move grep up in the build order. Thanks, Greg Schafer for the reminder.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2a6c7b3 rb943097  
    3838-->
    3939    <listitem>
     40      <para>2008-12-02</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Moved grep up in the build order of chapter 6
     44          to be before libtool which hardcodes references to grep in its installed
     45          files. Was previously circumvented by a symlink, but this approach sticks
     46          more closely to our build order policy. Thanks to Greg Schafer for the reminder.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2008-12-01</para>
    4153      <itemizedlist>
  • chapter06/chapter06.xml

    r2a6c7b3 rb943097  
    3535  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
    3738  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zlib.xml"/>
     
    5051  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/>
    5152  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
    52   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="groff.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/>
  • chapter06/createfiles.xml

    r2a6c7b3 rb943097  
    4040  has been installed:</para>
    4141
    42 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin
     42<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin
    4343ln -sv /tools/bin/perl /usr/bin
    4444ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
  • general.ent

    r2a6c7b3 rb943097  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081201">
    3 <!ENTITY releasedate "December 1, 2008">
     2<!ENTITY version "SVN-20081202">
     3<!ENTITY releasedate "December 2, 2008">
    44<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.