Changeset a926480


Ignore:
Timestamp:
10/06/2008 02:57:40 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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.4, 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:
080e8f8
Parents:
e06be3a9
Message:

Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required by the GMP package in Chapter 6

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re06be3a9 ra926480  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
     45          build as it is required by the GMP package in Chapter 6.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[randy] - Updated Findutils to 4.4.0.</para>
    4549        </listitem>
  • chapter01/whatsnew.xml

    re06be3a9 ra926480  
    126126      <para>Linux &linux-version;</para>
    127127    </listitem>
    128     <!--<listitem>
     128    <listitem>
    129129      <para>M4 &m4-version;</para>
    130     </listitem>-->
     130    </listitem>
    131131    <!--<listitem>
    132132      <para>Make &make-version;</para>
     
    260260
    261261    <listitem>
     262      <para>M4 to the Chapter 5 build</para>
     263    </listitem>
     264
     265    <listitem>
    262266      <para>&module-init-manpages-patch;</para>
    263267    </listitem>
  • chapter05/chapter05.xml

    re06be3a9 ra926480  
    3737  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/>
    39   <!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>-->
     39  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patch.xml"/>
  • packages.ent

    re06be3a9 ra926480  
    327327<!ENTITY linux-headers-ch6-sbu "0.1 SBU">
    328328
    329 <!ENTITY m4-version "1.4.10">
    330 <!ENTITY m4-size "722 KB">
     329<!ENTITY m4-version "1.4.11">
     330<!ENTITY m4-size "928 KB">
    331331<!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2">
    332 <!ENTITY m4-md5 "0a35bab2f5d605e08083d7e3cbd4b8b0">
     332<!ENTITY m4-md5 "96ec473c2a6f203976c028e896a01b28">
    333333<!ENTITY m4-home "&gnu-software;m4/">
    334 <!ENTITY m4-ch5-du "5 MB">
    335 <!ENTITY m4-ch5-sbu "less than 0.1 SBU">
    336 <!ENTITY m4-ch6-du "5 MB">
    337 <!ENTITY m4-ch6-sbu "less than 0.1 SBU">
     334<!ENTITY m4-ch5-du "10 MB">
     335<!ENTITY m4-ch5-sbu "0.2 SBU">
     336<!ENTITY m4-ch6-du "12 MB">
     337<!ENTITY m4-ch6-sbu "0.3 SBU testsuite included">
    338338
    339339<!ENTITY make-version "3.81">
Note: See TracChangeset for help on using the changeset viewer.