瀏覽代碼

Reworded the notes in the General Compilation Instructions
and added a note to bin-utils to have users actually
read the General Compilation Instructions.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 16 年之前
父節點
當前提交
16471f8539
共有 4 個文件被更改,包括 17 次插入7 次删除
  1. 4 2
      chapter01/changelog.xml
  2. 4 0
      chapter05/binutils-pass1.xml
  3. 7 3
      chapter05/generalinstructions.xml
  4. 2 2
      general.ent

+ 4 - 2
chapter01/changelog.xml

@@ -37,10 +37,12 @@
 
 -->
     <listitem>
-      <para>2009-08-16</para>
+      <para>2009-08-19</para>
       <itemizedlist>
         <listitem>
-          <para>No changes to date.</para>
+          <para>[bdubbs] - Reworded the notes in the General Compilation 
+          Instructions and added a note to bin-utils to have users
+          actually read the General Compilation Instructions.</para>
         </listitem>
       </itemizedlist>
     </listitem>

+ 4 - 0
chapter05/binutils-pass1.xml

@@ -43,6 +43,10 @@
   <sect2 role="installation">
     <title>Installation of Cross Binutils</title>
 
+    <note><para>Go back and re-read the notes in the previous section. 
+    Understanding the notes lablelled important will save you a lot
+    of problems later.</para></note>
+
     <para>It is important that Binutils be the first package compiled
     because both Glibc and GCC perform various tests on the available
     linker and assembler to determine which of their own features to

+ 7 - 3
chapter05/generalinstructions.xml

@@ -55,14 +55,18 @@
 
   <listitem>
 
-    <para>Finally, one last important item must be emphasized:</para>
+    <para>Finally, two last important items must be emphasized:</para>
+
+    <important>
+      <para>The build instructions assume that the <command>bash</command> 
+      shell is in use.</para>
+    </important>
 
     <important>
       <para>Before issuing the build instructions for a package, the package
       should be unpacked as user <systemitem class="username">lfs</systemitem>,
       and a <command>cd</command> into the created directory should be
-      performed.  The build instructions assume that the
-      <command>bash</command> shell is in use.</para>
+      performed.</para>
     </important>
   </listitem>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090812">
-<!ENTITY releasedate "August 12, 2009">
+<!ENTITY version "SVN-20090819">
+<!ENTITY releasedate "August 19, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->