Tweak hot requirements script

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2007-01-30 05:40:43 +00:00
parent c1760b8e65
commit 172a92e4aa
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20070127"> <!ENTITY version "SVN-20070130">
<!ENTITY releasedate "January 27, 2007"> <!ENTITY releasedate "January 30, 2007">
<!ENTITY milestone "6.3"> <!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -123,6 +123,7 @@
bash --version | head -n1 | cut -d" " -f2-4 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-4
bison --version | head -n1
bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6- 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 echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1 diff --version | head -n1
@ -132,7 +133,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --version | head -n1 grep --version | head -n1
gzip --version | head -n1 gzip --version | head -n1
cat /proc/version | head -n1 | cut -d" " -f1-3,5-7 cat /proc/version | head -n1
make --version | head -n1 make --version | head -n1
patch --version | head -n1 patch --version | head -n1
sed --version | head -n1 sed --version | head -n1