aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2007-01-30 05:40:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2007-01-30 05:40:43 +0000
commit172a92e4aa17c3a120d19502ae97b12b80171e67 (patch)
tree3398946978a097a3fdd833a14b4eec0a7401504e
parentc1760b8e65c6e207c1110ab5022aedc22a4a4e3f (diff)
Tweak hot requirements script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--general.ent4
-rw-r--r--prologue/hostreqs.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/general.ent b/general.ent
index ae742d289..f62b850e0 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070127">
-<!ENTITY releasedate "January 27, 2007">
+<!ENTITY version "SVN-20070130">
+<!ENTITY releasedate "January 30, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 795f87370..35fd96284 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,6 +123,7 @@
bash --version | head -n1 | cut -d" " -f2-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-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1
@@ -132,7 +133,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --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
patch --version | head -n1
sed --version | head -n1