From 8e97f32808eba4d4b15347f14aa8413661f17dd9 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 3 Mar 2005 14:25:19 +0000 Subject: [PATCH] * 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 --- chapter01/changelog.xml | 3 +++ chapter05/glibc.xml | 11 +---------- chapter06/glibc.xml | 3 +-- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index df0e781c2..e319cb04b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -81,6 +81,9 @@ first a summary, then a detailed log. +March 3, 2005 [matt]: Remove --without-cvs from glibc +instructions, as we're not using glibc CVS snapshots anymore + March 3, 2005 [matt]: Fixed a couple of typo's in the download locations 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 ../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 The meaning of the configure options: @@ -89,15 +89,6 @@ against the host's libraries (libgd, libpng, libz, etc.). - ---without-cvs -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. - - --with-headers=/tools/include This tells Glibc to compile itself against the headers recently diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 60b3dc645..6fc12efb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,8 +61,7 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.0 --without-cvs \ - --libexecdir=/usr/lib/glibc + --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc The meaning of the new configure option: