浏览代码

added some extra comments regarding the 3 gcc tarballs in chapter 5 gcc pass 2

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 年之前
父节点
当前提交
db7ac2fe79
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/gcc-pass2-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 18th, 2003 [jeremy]: Chapter 5 - GCC Pass 2 -
+added some extra comments regarding the 3 tarballs to unpack.</para></listitem>
+
 <listitem><para>September 17th, 2003 [greg]: Chapter 6 - GCC-2.95.3: Added
 rationale notes.</para></listitem>
 

+ 1 - 1
chapter05/gcc-pass2-inst.xml

@@ -14,7 +14,7 @@ these tests to fail.</para>
 <note><para>It's worth noting that the GCC testsuite we run in this chapter is
 considered not as critical as the one we run in Chapter 6.</para></note>
 
-<para>Unpack all three GCC tarballs in one and the same working directory.
+<para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory.
 They will all unfold into a single <filename>gcc-&gcc-version;/</filename>
 subdir.</para>