@@ -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
@@ -39,6 +39,10 @@
<listitem>
<para>2008-10-03</para>
<itemizedlist>
+ <listitem>
+ <para>[bdubs] - Added version check for Perl in Host System
+ REquirements.</para>
+ </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
@@ -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