aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2006-01-07 22:24:55 +0000
committerKen Moffat <ken@linuxfromscratch.org>2006-01-07 22:24:55 +0000
commit9a404f49c5596e2473f5e0f6e8e78658a09decbe (patch)
treed8b2f7e679ae4f8d4678a9f74710cb476a4a187d
parent4da4a63bdf421baf9d6ed12781516591403794ae (diff)
Move grep ahead of libtool. This removes a hardcoded /tools/bin/grep from /usr/bin/libtool.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/chapter06.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fc24cf035..04c556ca5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -124,6 +124,10 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>January 7, 2006 [ken]: Move grep ahead of libtool, so
+that the latter will correctly reference /bin/grep in references to EGREP.
+</para></listitem>
+
<listitem><para>January 7, 2006 [ken]: Move mktemp ahead of gcc so that
gccbug will use mktemp.</para>
</listitem>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 063f1996f..042cc2bb9 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -47,12 +47,12 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="automake.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bash.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.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="libtool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bzip2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.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="e2fsprogs.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="grub.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="hotplug.xml"/>