aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-04 00:07:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-04 00:07:02 +0000
commiteb745c8b3db07c94fa6301c40419a7ff472af7ad (patch)
tree53651ede0606e0daa6aa45a20b7e2c035911b41d /Makefile
parent6cc051651b1fe70f88a8d92387ebe1dde9810c8b (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--Makefile2
1 files changed, 2 insertions, 0 deletions
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