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
This commit is contained in:
Bruce Dubbs 2008-10-04 00:07:02 +00:00
parent 6cc051651b
commit eb745c8b3d
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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>
<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

View File

@ -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