Author: jhuntwork
Date: 2006-01-26 04:52:41 -0700 (Thu, 26 Jan 2006)
New Revision: 7307

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/general.ent
Log:
Modify chapter 6 Glibc's make install command to allow test-installation.pl to 
run.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-01-26 03:45:12 UTC (rev 7306)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-26 11:52:41 UTC (rev 7307)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>January 26, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
+         allow test-installation.pl to run.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 25, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2006-01-26 03:45:12 UTC (rev 7306)
+++ trunk/BOOK/chapter06/glibc.xml      2006-01-26 11:52:41 UTC (rev 7307)
@@ -149,22 +149,8 @@
 
 <para>Install the package:</para>
 
-<screen><userinput>make install_root=/ install</userinput></screen>
+<screen><userinput>make install</userinput></screen>
 
-<para>The meaning of the make option:</para>
-
-<variablelist>
-<varlistentry>
-<term><parameter>install_root=/</parameter></term>
-<listitem><para>This causes the Glibc Makefile not to run the
-<filename>scripts/test-installation.pl</filename> script at the end
-of Glibc installation. Since the toolchain has not been adjusted yet for
-the new Glibc, this script would test Glibc installed in
-<filename class="directory">/tools</filename> and fail because the
-libidn add-on has not been installed there.</para></listitem>
-</varlistentry>
-</variablelist>
-
 <para>The locales that can make the system respond in a different
 language were not installed by the above command. None of the
 locales are required, but, if some of them are misssing, testuites of the

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-01-26 03:45:12 UTC (rev 7306)
+++ trunk/BOOK/general.ent      2006-01-26 11:52:41 UTC (rev 7307)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060125">
-<!ENTITY releasedate "January 25, 2006">
+<!ENTITY version "SVN-20060126">
+<!ENTITY releasedate "January 26, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to