diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-04 00:07:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-04 00:07:02 +0000 |
commit | eb745c8b3db07c94fa6301c40419a7ff472af7ad (patch) | |
tree | 53651ede0606e0daa6aa45a20b7e2c035911b41d /Makefile | |
parent | 6cc051651b1fe70f88a8d92387ebe1dde9810c8b (diff) |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |