aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-03-03 14:25:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-03-03 14:25:19 +0000
commit8e97f32808eba4d4b15347f14aa8413661f17dd9 (patch)
treef8611120a207c8ea300655f10642aaf41b1ac383 /chapter05
parenta939e77cc9734907bd76d7b47c4caa5ede1e5724 (diff)
* Remove --without-cvs from glibc instructions as we're no longer using CVS
snapshots git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index b3da5f27f..16f11a859 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -49,7 +49,7 @@ cd ../glibc-build</userinput></screen>
<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 @@ etc.).</para></listitem>
</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