From eb745c8b3db07c94fa6301c40419a7ff472af7ad Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 4 Oct 2008 00:07:02 +0000 Subject: Fix 'make validate' Makefile rule Add Perl version check to Host System Requirements git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 2 ++ chapter01/changelog.xml | 4 ++++ prologue/hostreqs.xml | 1 + 3 files changed, 7 insertions(+) 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 @@ -39,6 +39,10 @@ 2008-10-03 + + [bdubs] - Added version check for Perl in Host System + REquirements. + [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 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 -- cgit v1.2.3-54-g00ecf