diff options
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter05/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 |
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 |