aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--prologue/hostreqs.xml1
3 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73e6cec6e..393640779 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,8 @@ dump-commands: validxml
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
validate:
+ @echo "Processing bootscripts..."
+ $(Q)bash process-scripts.sh $(RENDERTMP)
@echo "Validating the book..."
$(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 10d7b36f8..cc3f1d6bf 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2008-10-03</para>
<itemizedlist>
<listitem>
+ <para>[bdubs] - Added version check for Perl in Host System
+ REquirements.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated GCC to 4.3.2 which includes adding the
GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires
the added packages. Thanks to DJ Lucas for the stimulus and initial
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 21d2ea71f..3e7125264 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -156,6 +156,7 @@ gzip --version | head -n1
cat /proc/version
make --version | head -n1
patch --version | head -n1
+perl -V:version
sed --version | head -n1
tar --version | head -n1
makeinfo --version | head -n1