Changeset 787fe0c


Ignore:
Timestamp:
10/19/2008 03:09:26 AM (16 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.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:
0cbc6e67
Parents:
e00376b
Message:

Moved placement of m4 in chapters 5 and 6 so that

  • the chapter 5 m4 links against the glibc in /tools
  • the chapter 6 m4 is built before anything that hard codes the location of m4

Added a host prerequisite for m4

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re00376b r787fe0c  
    3939
    4040    <listitem>
     41      <para>2008-10-18</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[jhuntwork] - Fixed build locations of m4 so that it links against the
     45          glibc built in /tools and so that no packages in chapter 6 hard-code references
     46          to the temporarly location. Also made m4 a host prerequisite.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51
     52    <listitem>
    4153      <para>2008-10-15</para>
    4254      <itemizedlist>
  • chapter05/chapter05.xml

    re00376b r787fe0c  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="toolchaintechnotes.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils-pass1.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc-pass1.xml"/>
    1918  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-headers.xml"/>
     
    3837  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
    3938  <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"/>
    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"/>
  • chapter06/chapter06.xml

    re00376b r787fe0c  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/>
    3435  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
     
    5657  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kbd.xml"/>
    5758  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="less.xml"/>
    58   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-db.xml"/>
  • general.ent

    re00376b r787fe0c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081015">
    3 <!ENTITY releasedate "October 15, 2008">
     2<!ENTITY version "SVN-20081018">
     3<!ENTITY releasedate "October 18, 2008">
    44<!ENTITY copyrightdate "1999&ndash;2008">
    55<!ENTITY milestone "7.0">
  • prologue/hostreqs.xml

    re00376b r787fe0c  
    103103
    104104    <listitem>
     105      <para><emphasis role="strong">M4-1.4</emphasis></para>
     106    </listitem>
     107
     108    <listitem>
    105109      <para><emphasis role="strong">Make-3.79.1</emphasis></para>
    106110    </listitem>
     
    163167gzip --version | head -n1
    164168cat /proc/version
     169m4 --version | head -n1
    165170make --version | head -n1
    166171patch --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.