mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
6cc051651b
commit
eb745c8b3d
2
Makefile
2
Makefile
@ -108,6 +108,8 @@ dump-commands: validxml
|
|||||||
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
|
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
|
@echo "Processing bootscripts..."
|
||||||
|
$(Q)bash process-scripts.sh $(RENDERTMP)
|
||||||
@echo "Validating the book..."
|
@echo "Validating the book..."
|
||||||
$(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
|
$(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
|
||||||
|
|
||||||
|
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-03</para>
|
<para>2008-10-03</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubs] - Added version check for Perl in Host System
|
||||||
|
REquirements.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Updated GCC to 4.3.2 which includes adding the
|
<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
|
GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires
|
||||||
|
@ -156,6 +156,7 @@ gzip --version | head -n1
|
|||||||
cat /proc/version
|
cat /proc/version
|
||||||
make --version | head -n1
|
make --version | head -n1
|
||||||
patch --version | head -n1
|
patch --version | head -n1
|
||||||
|
perl -V:version
|
||||||
sed --version | head -n1
|
sed --version | head -n1
|
||||||
tar --version | head -n1
|
tar --version | head -n1
|
||||||
makeinfo --version | head -n1
|
makeinfo --version | head -n1
|
||||||
|
Loading…
Reference in New Issue
Block a user