소스 검색

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>
     <listitem>
-      <para>2009-08-16</para>
+      <para>2009-08-19</para>
       <itemizedlist>
       <itemizedlist>
         <listitem>
         <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>
         </listitem>
       </itemizedlist>
       </itemizedlist>
     </listitem>
     </listitem>

+ 4 - 0
chapter05/binutils-pass1.xml

@@ -43,6 +43,10 @@
   <sect2 role="installation">
   <sect2 role="installation">
     <title>Installation of Cross Binutils</title>
     <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
     <para>It is important that Binutils be the first package compiled
     because both Glibc and GCC perform various tests on the available
     because both Glibc and GCC perform various tests on the available
     linker and assembler to determine which of their own features to
     linker and assembler to determine which of their own features to

+ 7 - 3
chapter05/generalinstructions.xml

@@ -55,14 +55,18 @@
 
 
   <listitem>
   <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>
     <important>
       <para>Before issuing the build instructions for a package, the package
       <para>Before issuing the build instructions for a package, the package
       should be unpacked as user <systemitem class="username">lfs</systemitem>,
       should be unpacked as user <systemitem class="username">lfs</systemitem>,
       and a <command>cd</command> into the created directory should be
       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>
     </important>
   </listitem>
   </listitem>
 
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->