Changeset 8563
- Timestamp:
- 10/03/08 18:07:02 (2 months ago)
- Files:
-
- trunk/BOOK/Makefile (modified) (1 diff)
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/prologue/hostreqs.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/Makefile
r8552 r8563 109 109 110 110 validate: 111 @echo "Processing bootscripts..." 112 $(Q)bash process-scripts.sh $(RENDERTMP) 111 113 @echo "Validating the book..." 112 114 $(Q)xmllint --noout --nonet --xinclude --postvalid index.xml trunk/BOOK/chapter01/changelog.xml
r8562 r8563 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[bdubs] - Added version check for Perl in Host System 44 REquirements.</para> 45 </listitem> 46 <listitem> 43 47 <para>[randy] - Updated GCC to 4.3.2 which includes adding the 44 48 GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires trunk/BOOK/prologue/hostreqs.xml
r8521 r8563 157 157 make --version | head -n1 158 158 patch --version | head -n1 159 perl -V:version 159 160 sed --version | head -n1 160 161 tar --version | head -n1
