Author: matthew
Date: 2005-03-03 07:25:19 -0700 (Thu, 03 Mar 2005)
New Revision: 4718
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/chapter06/glibc.xml
Log:
* Remove --without-cvs from glibc instructions as we're no longer using CVS
snapshots
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-03-02 23:19:47 UTC (rev 4717)
+++ trunk/BOOK/chapter01/changelog.xml 2005-03-03 14:25:19 UTC (rev 4718)
@@ -81,6 +81,9 @@
</itemizedlist>
</listitem>
+<listitem><para>March 3, 2005 [matt]: Remove --without-cvs from glibc
+instructions, as we're not using glibc CVS snapshots anymore</para></listitem>
+
<listitem><para>March 3, 2005 [matt]: Fixed a couple of typo's in the download
locations</para></listitem>
Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml 2005-03-02 23:19:47 UTC (rev 4717)
+++ trunk/BOOK/chapter05/glibc.xml 2005-03-03 14:25:19 UTC (rev 4718)
@@ -49,7 +49,7 @@
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
- --without-gd --without-cvs --with-headers=/tools/include \
+ --without-gd --with-headers=/tools/include \
--without-selinux</userinput></screen>
<para>The meaning of the configure options:</para>
@@ -90,15 +90,6 @@
</varlistentry>
<varlistentry>
-<term><parameter>--without-cvs</parameter></term>
-<listitem><para>This prevents the Makefile files from
-attempting automatic CVS checkouts when using a CVS snapshot. While
-this command is not required, it is recommended because it suppresses
-an annoying, but harmless, warning about a missing autoconf
-program.</para></listitem>
-</varlistentry>
-
-<varlistentry>
<term><parameter>--with-headers=/tools/include</parameter></term>
<listitem><para>This tells Glibc to compile itself against the headers recently
installed to the tools directory, so that it knows exactly what features the
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2005-03-02 23:19:47 UTC (rev 4717)
+++ trunk/BOOK/chapter06/glibc.xml 2005-03-03 14:25:19 UTC (rev 4718)
@@ -61,8 +61,7 @@
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons \
- --enable-kernel=2.6.0 --without-cvs \
- --libexecdir=/usr/lib/glibc</userinput></screen>
+ --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen>
<para>The meaning of the new configure option:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page