From 787fe0c79477285bb3393a823bdce2b29d1c9672 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 19 Oct 2008 03:09:26 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 12 ++++++++++++ chapter05/chapter05.xml | 2 +- chapter06/chapter06.xml | 2 +- general.ent | 4 ++-- 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 @@ -37,6 +37,18 @@ --> + + 2008-10-18 + + + [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. + + + + + 2008-10-15 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 @@ - @@ -37,6 +36,7 @@ + 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 @@ + @@ -55,7 +56,6 @@ - diff --git a/general.ent b/general.ent index 7cf7c0b28..62fd5780e 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 826b1d675..281956c41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -101,6 +101,10 @@ located in . + + M4-1.4 + + Make-3.79.1 @@ -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`