diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter05/chapter05.xml | 2 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 5 |
5 files changed, 21 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b14196132..b7fc187e3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,18 @@ --> <listitem> + <para>2008-10-18</para> + <itemizedlist> + <listitem> + <para>[jhuntwork] - Fixed build locations of m4 so that it links against the + glibc built in /tools and so that no packages in chapter 6 hard-code references + to the temporarly location. Also made m4 a host prerequisite.</para> + </listitem> + </itemizedlist> + </listitem> + + + <listitem> <para>2008-10-15</para> <itemizedlist> <listitem> diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 76250d2b8..5fa82f6da 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -14,7 +14,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="toolchaintechnotes.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils-pass1.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc-pass1.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-headers.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/> @@ -37,6 +36,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patch.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 661ba1e89..93d643fbc 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -30,6 +30,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/> @@ -55,7 +56,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iproute2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kbd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="less.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-db.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="module-init-tools.xml"/> diff --git a/general.ent b/general.ent index 7cf7c0b28..62fd5780e 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20081015"> -<!ENTITY releasedate "October 15, 2008"> +<!ENTITY version "SVN-20081018"> +<!ENTITY releasedate "October 18, 2008"> <!ENTITY copyrightdate "1999–2008"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 826b1d675..281956c41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -102,6 +102,10 @@ </listitem> <listitem> + <para><emphasis role="strong">M4-1.4</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Make-3.79.1</emphasis></para> </listitem> @@ -162,6 +166,7 @@ gcc --version | head -n1 grep --version | head -n1 gzip --version | head -n1 cat /proc/version +m4 --version | head -n1 make --version | head -n1 patch --version | head -n1 echo Perl `perl -V:version` |