Changeset 8563

Show
Ignore:
Timestamp:
10/03/08 18:07:02 (2 months ago)
Author:
bdubbs
Message:

Fix 'make validate' Makefile rule
Add Perl version check to Host System Requirements

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/Makefile

    r8552 r8563  
    109109 
    110110validate: 
     111        @echo "Processing bootscripts..." 
     112        $(Q)bash process-scripts.sh $(RENDERTMP) 
    111113        @echo "Validating the book..." 
    112114        $(Q)xmllint --noout --nonet --xinclude --postvalid index.xml 
  • trunk/BOOK/chapter01/changelog.xml

    r8562 r8563  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[bdubs] - Added version check for Perl in Host System  
     44                                        REquirements.</para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[randy] - Updated GCC to 4.3.2 which includes adding the 
    4448          GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires 
  • trunk/BOOK/prologue/hostreqs.xml

    r8521 r8563  
    157157make --version | head -n1 
    158158patch --version | head -n1 
     159perl -V:version 
    159160sed --version | head -n1 
    160161tar --version | head -n1