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 /chapter01 | |
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 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 10d7b36f8..cc3f1d6bf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <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 the added packages. Thanks to DJ Lucas for the stimulus and initial |