Przeglądaj źródła

changed chap6 make install target to install-no-fixedincludes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 lat temu
rodzic
commit
8643850fb2
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/gcc-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -55,6 +55,9 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>January 29th, 2003 [gerard]: Chapter 06 - GCC: Changed the
+install target to install-no-fixedincludes.</para></listitem>
+
 <listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2
 <listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2
 due to a GCC bug that can't parse the version string of binutils 2.13.2.1.
 due to a GCC bug that can't parse the version string of binutils 2.13.2.1.
 The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so
 The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so

+ 1 - 1
chapter06/gcc-inst.xml

@@ -57,7 +57,7 @@ properly.</para>
 
 
 <para>Finish installing the package:</para>
 <para>Finish installing the package:</para>
 
 
-<para><screen><userinput>make install</userinput></screen></para>
+<para><screen><userinput>make install-no-fixedincludes</userinput></screen></para>
 
 
 <para>Some packages expect the C PreProcessor to be installed in the
 <para>Some packages expect the C PreProcessor to be installed in the
 <filename>/lib</filename> and <filename>/usr/lib</filename> directories.
 <filename>/lib</filename> and <filename>/usr/lib</filename> directories.