mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
4da4a63bdf
commit
9a404f49c5
@ -124,6 +124,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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
|
<listitem><para>January 7, 2006 [ken]: Move mktemp ahead of gcc so that
|
||||||
gccbug will use mktemp.</para>
|
gccbug will use mktemp.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -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="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="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="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="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="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="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="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="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="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="gzip.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hotplug.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hotplug.xml"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user