Changeset 7efb663


Ignore:
Timestamp:
05/18/2004 01:07:44 AM (20 years ago)
Author:
Zack Winkles <winkie@…>
Children:
397428c
Parents:
ee459071
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ree459071 r7efb663  
    7575</listitem>
    7676
    77 <listitem><para>May 17th, 2004 [winkie]: Chapter 6 - Pass
     77<listitem><para>May 17th, 2004 [winkie]: Chapter 5 - Pass
    7878<quote>AUTOCONF=no</quote> to the Glibc build. This prevents autoconf from
    7979causing us problems.</para></listitem>
  • chapter05/glibc.xml

    ree459071 r7efb663  
    8787<para>Compile the package:</para>
    8888
    89 <screen><userinput>make</userinput></screen>
     89<screen><userinput>make AUTOCONF=no</userinput></screen>
    9090
    9191<para>Compilation is now complete. As mentioned earlier, we don't recommend
  • chapter06/glibc.xml

    ree459071 r7efb663  
    6969<para>Compile the package:</para>
    7070
    71 <screen><userinput>make AUTOCONF=no</userinput></screen>
     71<screen><userinput>make</userinput></screen>
    7272
    7373<important><para>The test suite for Glibc in this section is considered
Note: See TracChangeset for help on using the changeset viewer.