aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-18 01:07:44 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-18 01:07:44 +0000
commit7efb6637ca10e77c750e0b9b2fe671067dc6facc (patch)
treee687866888d0fa19a8a3fd6e62fa521012666f9c
parentee4590710dec23d46a6bf652c03c6efa199090d1 (diff)
Last commit was to the wrong chapter; fixed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter05/glibc.xml2
-rw-r--r--chapter06/glibc.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b52403307..9c6a159da 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,7 +74,7 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
-<listitem><para>May 17th, 2004 [winkie]: Chapter 6 - Pass
+<listitem><para>May 17th, 2004 [winkie]: Chapter 5 - Pass
<quote>AUTOCONF=no</quote> to the Glibc build. This prevents autoconf from
causing us problems.</para></listitem>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 8d328a2c7..3ea4547a6 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -86,7 +86,7 @@ running the test suite.</para>
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make AUTOCONF=no</userinput></screen>
<para>Compilation is now complete. As mentioned earlier, we don't recommend
running the test suites for the temporary system here in this chapter. If you
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index fea0d892e..59c1e016c 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,7 +68,7 @@ kernel headers into <filename>/usr/include</filename>.</para></listitem>
<para>Compile the package:</para>
-<screen><userinput>make AUTOCONF=no</userinput></screen>
+<screen><userinput>make</userinput></screen>
<important><para>The test suite for Glibc in this section is considered
<emphasis>critical</emphasis>. Our advice is to not skip it under any