From 01674db27297482054aa51d401dad58711624148 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 28 Aug 2005 22:27:05 +0000 Subject: [PATCH] Adjusted tar commands for chapter six Bash and Glibc for consistency. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/bash.xml | 2 +- chapter06/glibc.xml | 2 +- general.ent | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 84a0a3496..6d11117c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,9 @@ First a summary, then a detailed log. +August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash +and Glibc chapter six builds for consistency + August 23rd, 2005 [matt]: Install Udev's documentation relating to configuring rules (fixes bug 1622) diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 6fd9b572d..c9c3a70c7 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -33,7 +33,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed. If you downloaded the Bash documentation tarball and wish to install HTML documentation, issue the following commands: -tar -zxf ../bash-doc-&bash-doc-version;.tar.gz && +tar -xf ../bash-doc-&bash-doc-version;.tar.gz && sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 00dffeb87..653b4280c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -60,7 +60,7 @@ of achieving a clean build. threading libraries installed by Glibc. Unpack the tarball from within the Glibc source directory: -tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2 +tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2 Glibc has two tests which fail when the running kernel is 2.6.11 or later. The problem has been determined to be with the tests themselves, not with the diff --git a/general.ent b/general.ent index a01d8f1be..0b0963a62 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +