Author: bdubbs
Date: 2008-10-03 18:07:02 -0600 (Fri, 03 Oct 2008)
New Revision: 8563
Modified:
trunk/BOOK/Makefile
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/prologue/hostreqs.xml
Log:
Fix 'make validate' Makefile rule
Add Perl version check to Host System Requirements
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2008-10-03 20:14:18 UTC (rev 8562)
+++ trunk/BOOK/Makefile 2008-10-04 00:07:02 UTC (rev 8563)
@@ -108,6 +108,8 @@
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
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-03 20:14:18 UTC (rev 8562)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-04 00:07:02 UTC (rev 8563)
@@ -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
Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml 2008-10-03 20:14:18 UTC (rev 8562)
+++ trunk/BOOK/prologue/hostreqs.xml 2008-10-04 00:07:02 UTC (rev 8563)
@@ -156,6 +156,7 @@
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
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page