aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-02-25 19:23:42 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-02-25 19:23:42 +0000
commitbabbe20ab194dba528dd74fac528fa73668a094f (patch)
tree14be1f585af1a86bc6eda698fb3d25f7e770ed28
parent4ef6d066f53a96990d00f59ddcf27cb88f90d8eb (diff)
Removed M4 from Chapter05.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/chapter05.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 56fd0eb1c..e46891ff6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>5007-01-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[manuel] - Removed M4 build from Chapter05. No other packages
+ builts before the build of M4 in chapter06 depends on M4.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-02-24</para>
<itemizedlist>
<listitem>
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index 05c68aa36..0dce8bf6f 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -33,7 +33,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="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"/>