From 0aecdecd6293ed9b2ab0c0b2efe1c008a59f0f93 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 22 Jan 2002 21:29:49 +0000 Subject: [Bug 246] Back out changes to fix this bug as they're broken git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/glibc-exp.xml | 4 ---- chapter06/glibc-inst.xml | 3 --- index.xml | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 37c75f3e2..e4eb367bb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,6 +23,10 @@ +January 22nd, 2002 [markh]: Back out linuxthreads +man-page installation instructions as they don't work (they need perl +which we don't have installed at that point). + January 21st, 2002 [markh]: Updated to glibc-2.2.5. At the same time, fixed the glibc installation so that the linuxthreads man pages are installed. diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index ff084cbee..fdb7e3195 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -45,10 +45,6 @@ to determine this, so it automatically defaults to a cross-compiler. Compiling the test program failes because Glibc hasn't been installed yet. -cd ../glibc-&glibc-version;/linuxthreads/man && -make && make install : This command will install the -linuxthreads man pages. - exec /bin/bash:This command will start a new bash shell which will replace the current shell. This is done to get rid of the "I have no name!" message in the command diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 8d102fa77..094676311 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -35,9 +35,6 @@ sed 's/cross-compiling = yes/cross-compiling = no/' \ make && make install && make localedata/install-locales && -cd ../glibc-&glibc-version;/linuxthreads/man && -make && -make install && exec /bin/bash --login An alternative to running make diff --git a/index.xml b/index.xml index 2e9457529..02eaa6f92 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf