瀏覽代碼

Added caution block around binutils keep source around instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 年之前
父節點
當前提交
72730c35f5
共有 3 個文件被更改,包括 8 次插入4 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter05/binutils-pass1-inst.xml
  3. 2 2
      chapter05/binutils-pass2-inst.xml

+ 4 - 0
chapter01/changelog.xml

@@ -83,6 +83,10 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>September 11th, 2003 [jeremy]: Added caution tags around the
+reminder to not delete the binutils source and build directories in Chap 5.
+</para></listitem>
+
 <listitem><para>September 11th, 2003 [jeremy]: Added new perl-libc-3 patch
 <listitem><para>September 11th, 2003 [jeremy]: Added new perl-libc-3 patch
 from Anderson Lizardo</para></listitem>
 from Anderson Lizardo</para></listitem>
 
 

+ 2 - 2
chapter05/binutils-pass1-inst.xml

@@ -59,9 +59,9 @@ on:</para>
 <para><screen><userinput>make -C ld clean
 <para><screen><userinput>make -C ld clean
 make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
 make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
 
 
-<para><emphasis>Do not yet remove</emphasis> the Binutils build and source
+<caution><para>Do not yet remove the Binutils build and source
 directories. You will need them again in their current state a bit further on
 directories. You will need them again in their current state a bit further on
-in this chapter.</para>
+in this chapter.</para></caution>
 
 
 </sect2>
 </sect2>
 
 

+ 2 - 2
chapter05/binutils-pass2-inst.xml

@@ -34,9 +34,9 @@ next chapter:</para>
 <para><screen><userinput>make -C ld clean
 <para><screen><userinput>make -C ld clean
 make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
 make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
 
 
-<para><emphasis>Do not yet remove</emphasis> the Binutils source and build
+<caution><para>Do not yet remove the Binutils source and build
 directories. We'll need these directories again in the next chapter in the
 directories. We'll need these directories again in the next chapter in the
-state they are in now.</para>
+state they are in now.</para></caution>
 
 
 </sect2>
 </sect2>