Browse Source

Modify chapter 6 Glibc's make install command to allow test-installation.pl to run.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7307 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 19 years ago
parent
commit
40abfd5df2
3 changed files with 13 additions and 17 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 1 15
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 1 - 15
chapter06/glibc.xml

@@ -149,21 +149,7 @@ Prevent this warning with:</para>
 
 <para>Install the package:</para>
 
-<screen><userinput>make install_root=/ 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>
+<screen><userinput>make install</userinput></screen>
 
 <para>The locales that can make the system respond in a different
 language were not installed by the above command. None of the

+ 2 - 2
general.ent

@@ -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}]" -->