Fixed test for Debian binutils.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2007-11-25 16:38:38 +00:00
parent 9f30149aa3
commit 727a610cf1
3 changed files with 12 additions and 3 deletions

View File

@ -36,6 +36,15 @@
</listitem>
-->
<listitem>
<para>2007-11-25</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fixed test for Debian binutils.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2007-10-29</para>
<itemizedlist>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20071029">
<!ENTITY releasedate "October 29, 2007">
<!ENTITY version "SVN-20071125">
<!ENTITY releasedate "November 25, 2007">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -129,7 +129,7 @@
# Simple script to list version numbers of critical development tools
bash --version | head -n1 | cut -d" " -f2-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
bison --version | head -n1
bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2