浏览代码

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
Ken Moffat 19 年之前
父节点
当前提交
9a404f49c5
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/chapter06.xml

+ 4 - 0
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>

+ 1 - 1
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"/>